Output of the jdb debug window
------------------------------------------------------------------------------------
cd /jdk1.2.2/demo/jfc/FileChooserDemo/src/
jdb FileChooserDemo
stop in FileChooserDemo.main
run
Initializing jdb...
> Deferring breakpoint FileChooserDemo.main.
It will be set after the class is loaded.
> run FileChooserDemo
>
VM Started: Set deferred breakpoint request FileChooserDemo:472
------------------------------------------------------------------------------------
and I got nothing after. The JDE debug tool bar is not present and is
replaced by the following available choice;
Complete In/Out Signals
on the Xemacs Java Source Code frame tool bar.
There is no GDB frame as showned by the JDE doc.
I ran the same class under gdb and Statement 472 is the main entry
point
Any idea ?....
Alain Maronani
Montreal