At 12:07 PM 2/28/00 -0500, you wrote:
>I run the command, jdb-db with C-c C-v C-d and then start stepping.
>
jdb basically uses an object's toString function to display the object's
value. If you want more sophisticated object display that does not depend
on a toString() function, you need to use JDEbug, the JDE's integrated Java
debugger.
- Paul
------------------------------------------------------------
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html
If you have a problem with the JDE, please use JDE->Help->Submit Problem
Report to prepare your query. This will insure that you include all
information that may be required to solve your problem.