Connecting Tech Pros Worldwide Forums | Help | Site Map

Java Debugging

s0hel
Guest
 
Posts: n/a
#1: Jul 17 '05
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
Guest
 
Posts: n/a
#2: Jul 17 '05

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.724175$Vi5.16576056@news1.calgary.shaw. ca...[color=blue]
> "s0hel" <fsda@aol.com> wrote in message
> news:gJAZa.156445$XV.8299995@twister.austin.rr.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]


Alex Molochnikov
Guest
 
Posts: n/a
#3: Jul 17 '05

re: Java Debugging


"s0hel" <fsda@aol.com> wrote in message
news:9aGZa.180695$xg5.92568@twister.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

Amardeep Verma
Guest
 
Posts: n/a
#4: Jul 17 '05

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.println() 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.156445$XV.8299995@twister.austin.rr.co m>...[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]
s0hel
Guest
 
Posts: n/a
#5: Jul 17 '05

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.0308110314.22783b8c@posting.google.c om...[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.println() 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.156445$XV.8299995@twister.austin.rr.co m>...[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]


Closed Thread