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
Stephen Kellett - 11 Aug 2003 10:59 GMT
>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
jdb? It ships with the JDK, so you should have it. Its not a wonderful
all singing all dancing GUI, but it does work.
Stephen

Signature
Stephen Kellett
Object Media Limited http://www.objmedia.demon.co.uk
RSI Information: http://www.objmedia.demon.co.uk/rsi.html
Bent C Dalager - 12 Aug 2003 16:07 GMT
>jdb? It ships with the JDK, so you should have it. Its not a wonderful
>all singing all dancing GUI, but it does work.
jSwat seems to be pretty good at the singing and dancing bit :-)
Cheers
Bent D

Signature
Bent Dalager - bcd@pvv.org - http://www.pvv.org/~bcd
powered by emacs
P A Hill - 12 Aug 2003 15:56 GMT
> 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
Netbeans
Eclipse
Free demo downloads of various others.
-Paul