Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Tired of Eclipse

Tired of Eclipse

Scheduled Pinned Locked Moved The Lounge
javavisual-studiocomquestion
25 Posts 18 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Electron Shepherd

    Ennis Ray Lynch, Jr. wrote:

    code should be designed in such a way that it should not build if it is in error

    And how on earth do you enforce that? e.g. Code to multiply two numbers (Admittedly a very simplistic example) int x = 3; int y = 4; int z = x + y; // incorrect operator, but will still compile Step through that in a debugger, and the error will be immediately obvious.

    Server and Network Monitoring

    E Offline
    E Offline
    Ennis Ray Lynch Jr
    wrote on last edited by
    #21

    The situation you have described is caught with Unit Testing and Test Driven development, not the debugger. And my build script is setup to make those appear as build errors.

    Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

    M 1 Reply Last reply
    0
    • E Ennis Ray Lynch Jr

      The situation you have described is caught with Unit Testing and Test Driven development, not the debugger. And my build script is setup to make those appear as build errors.

      Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

      M Offline
      M Offline
      Mladen Jankovic
      wrote on last edited by
      #22

      Yes, unit test will tell you something is wrong, but unless you write test for every line of code I don't see how you will know what exactly is wrong in situations that are more complicated than simple x+y case.

      [Genetic Algorithm Library]

      1 Reply Last reply
      0
      • M Mladen Jankovic

        And what about debugging?

        [Genetic Algorithm Library]

        B Offline
        B Offline
        bulg
        wrote on last edited by
        #23

        gdb

        1 Reply Last reply
        0
        • J Jim Crafton

          I'm getting more and more annoyed with Eclipse as a Java IDE. Anybody got any recommendations for IDEs that they like better, and are free? I'd be happy to use a non-free one, but I know I'm never going to get a PO from work to purchase something.

          ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh

          H Offline
          H Offline
          Henry Minute
          wrote on last edited by
          #24

          Your post reminded me that I have Sun One Studio on my system, it is built on NetBeans so it is probably slower and bloatier, haven't used it in yonks so I decided to fire it up. After loading, it went into the usual check-for-updates routine, and informed me that the SunOne Update Server was unavailable. Hmmm, anything to do with Oracle, do you think?

          Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

          1 Reply Last reply
          0
          • J Jim Crafton

            I'm getting more and more annoyed with Eclipse as a Java IDE. Anybody got any recommendations for IDEs that they like better, and are free? I'd be happy to use a non-free one, but I know I'm never going to get a PO from work to purchase something.

            ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh

            A Offline
            A Offline
            Abu Mami
            wrote on last edited by
            #25

            Netbeans rocks. The only problem is that it takes a bit long to load.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups