| Author |
java debugger (jdb)
|
Otto Deckelman
Ranch Hand
Joined: Mar 28, 2001
Posts: 30
|
|
Can anyone help with explaining how to use jdb, or point me to a website that might help. Can you walk thru code a line at a time with jdb and display member variable value and such? I really did not know where to post this question.
|
 |
Valentin Crettaz
Gold Digger
Sheriff
Joined: Aug 26, 2001
Posts: 7610
|
|
Here is one: http://www.javaworld.com/javaworld/javaqa/2000-06/04-qa-0623-jdb.html and here is another: http://java.sun.com/j2se/1.4/docs/tooldocs/win32/jdb.html
|
SCJP 5, SCJD, SCBCD, SCWCD, SCDJWS, IBM XML
[Blog] [Blogroll] [My Reviews] My Linked In
|
 |
Otto Deckelman
Ranch Hand
Joined: Mar 28, 2001
Posts: 30
|
|
Valetin, the two websites have enough info to use the jdb, that helps alot.
|
 |
 |
|
|
subject: java debugger (jdb)
|
|
|