|
-
Oct 20th, 2003, 09:27 AM
#1
Thread Starter
Frenzied Member
Does Java SDK have a debugger {resovled}
Hello
I am using Java SDK 1_3. Can anyone tell me if it has a debugger. I find it difficult to find errors in my programs without the use of a debugger.
Thanks in advance
Steve
Last edited by steve_rm; Nov 10th, 2003 at 03:49 AM.
steve
-
Oct 20th, 2003, 09:33 AM
#2
jdb, the Java command line debugger. Great fun to use 
The hard thing is to set it up so that you are actually hooked into a java app, once you got that it's easy.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 21st, 2003, 05:31 AM
#3
And NetBeans and probably all other IDEs come with a graphical debugger.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|