At 03:07 PM 3/22/00 -0500, you wrote:
>
> Hi,
>
> I have Window 200, Emacs 20.6.1, JDE 2.1.6 beta 21 and bash. When I debug an
> application (HttpS), I had an another buffer named '*debugHttpS*' opened. And
> it looked like the following :
> *****************************
> cd d:/daniel/src/java/tmp/
> jdb HttpS
>
> Initializing jdb...
> > Deferring breakpoint HttpS.main.
> It will be set after the class is loaded.
> > run HttpS
> Java HotSpot(TM) Client VM warning: Setting of property "java.compiler" is
> ignored
> >
> VM Started: Set deferred breakpoint HttpS.main
> *****************************
>
> Then it looks hang, can someone tell me what's wrong ?
>
Assuming you are using JDK 1.3, set jde-db-debugger to oldjdb. The new version
of jdb introduced in JDK 1.3 has a new syntax that break's the JDE's jdb output
parser.
- Paul
------------------------------------------------------------
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
Please use JDE->Help->Submit Problem Report when reporting a bug or seeking
help. This will insure that you include all information that may be required to
solve your problem.