Java Debugging

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • s0hel

    Java Debugging

    Hi, I made a simple java program and I'm having a hard time debugging it.
    Is there a good program I can use to debug my program like in Visual Studio
    where I can trace my steps and make breakpoints, watch variables, etc

    I tried using Jcreator 2.5 pro, but I'm getting errors that I dont
    understand

    -Sohel


  • s0hel

    #2
    Re: Java Debugging

    i installed , i didnt even know how to load my java program

    "Alex Molochnikov" <NOBODY@NO.SPAM > wrote in message
    news:qkEZa.7241 75$Vi5.16576056 @news1.calgary. shaw.ca...[color=blue]
    > "s0hel" <fsda@aol.com > wrote in message
    > news:gJAZa.1564 45$XV.8299995@t wister.austin.r r.com...[color=green]
    > > Hi, I made a simple java program and I'm having a hard time debugging[/color][/color]
    it.[color=blue][color=green]
    > > Is there a good program I can use to debug my program like in Visual[/color]
    > Studio[color=green]
    > > where I can trace my steps and make breakpoints, watch variables, etc[/color]
    >
    > www.eclipse.org
    >
    > All of the above, + a lot more.
    >
    > Alex Molochnikov
    > Gestalt Corporation
    >[/color]


    Comment

    • Alex Molochnikov

      #3
      Re: Java Debugging

      "s0hel" <fsda@aol.com > wrote in message
      news:9aGZa.1806 95$xg5.92568@tw ister.austin.rr .com...[color=blue]
      > i installed , i didnt even know how to load my java program[/color]

      Use Help in Eclipse. There is a very good Tutorial in it.
      No matter what IDE you choose, you will have to climb a certain learning
      curve.

      Alex Molochnikov
      Gestalt Corporation

      Comment

      • Amardeep Verma

        #4
        Re: Java Debugging

        Hi,
        The good Editors are :-
        1) J Builder
        2) Eclipse
        3) Net Beans
        4) JCreator/ANYJ

        However you will have to learn how to set break points and other
        stuff in these applications. better would be to look at the error
        messages at find out where the error or error are originating. IF
        possible make liberal use of System.out.prin tln() statements. IT will
        slow your application down, but is still one of the best means to
        locate the errors.

        Hope this helps


        Amardeep Verma


        "s0hel" <fsda@aol.com > wrote in message news:<gJAZa.156 445$XV.8299995@ twister.austin. rr.com>...[color=blue]
        > Hi, I made a simple java program and I'm having a hard time debugging it.
        > Is there a good program I can use to debug my program like in Visual Studio
        > where I can trace my steps and make breakpoints, watch variables, etc
        >
        > I tried using Jcreator 2.5 pro, but I'm getting errors that I dont
        > understand
        >
        > -Sohel[/color]

        Comment

        • s0hel

          #5
          Re: Java Debugging

          I used eclipse again today, its great, i like it a lot. Debugging is just
          as easy with Visual Studio, thx for the referring me to it

          -Sohel

          "Amardeep Verma" <addverma@email .com> wrote in message
          news:1a9170e5.0 308110314.22783 b8c@posting.goo gle.com...[color=blue]
          > Hi,
          > The good Editors are :-
          > 1) J Builder
          > 2) Eclipse
          > 3) Net Beans
          > 4) JCreator/ANYJ
          >
          > However you will have to learn how to set break points and other
          > stuff in these applications. better would be to look at the error
          > messages at find out where the error or error are originating. IF
          > possible make liberal use of System.out.prin tln() statements. IT will
          > slow your application down, but is still one of the best means to
          > locate the errors.
          >
          > Hope this helps
          >
          >
          > Amardeep Verma
          >
          >
          > "s0hel" <fsda@aol.com > wrote in message[/color]
          news:<gJAZa.156 445$XV.8299995@ twister.austin. rr.com>...[color=blue][color=green]
          > > Hi, I made a simple java program and I'm having a hard time debugging[/color][/color]
          it.[color=blue][color=green]
          > > Is there a good program I can use to debug my program like in Visual[/color][/color]
          Studio[color=blue][color=green]
          > > where I can trace my steps and make breakpoints, watch variables, etc
          > >
          > > I tried using Jcreator 2.5 pro, but I'm getting errors that I dont
          > > understand
          > >
          > > -Sohel[/color][/color]


          Comment

          Working...