At 03:13 PM 3/10/00 -0500, you wrote:
>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 ?....
Set jde-db-debugger to oldjdb or use JDEbug. The JDE does not comprehend
the output of (new) jdb.
- 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.