At 10:43 AM 3/29/00 +0200, you wrote:
>
>Hi,
>
>although I finally managed to get the jdb to work from the command line
>(I opted for the set LD_LIBRARY_PATH variant), I can't get it working
>inside the JDE, here is what happens:
>
>==========================================================
>cd /home/lind/Programming/java/Tree/
>jdb AllTests
>
>stop in AllTests.main
>run
>Initializing jdb...
>> Deferring breakpoint AllTests.main.
>It will be set after the class is loaded.
>> run AllTests
>>
>VM Started: Set deferred breakpoint request AllTests:21
>
>==========================================================
>
>and then the VM seems to hang. Furthermore, I don't get the JDB Menue
This is a FAQ. Set jde-db-debugger to oldjdb. The new output format of the
new JPDA-based jdb breaks the JDE's jdb output parser. Or better yet, use
the JDE's own JPDA-based debugger, JDEbug.
>in the Menue bar. Any Ideas what's going on there?
>
Read the section on debugging in the JDE User Guide for the answer.
- Paul
------------------------------------------------------------
ASKING FOR TECHNICAL SUPPORT ON THE JDE LIST
Please use the JDE->Help->Submit Problem Report command when reporting a
bug or seeking help. This command generates a complete snapshot of your
system. Submitting such a snapshot increases the chances that your request
will get a swift response.
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
JDE website: http:/sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html