At 10:11 PM 2/28/00 -0500, you wrote:
>
>I'm trying to get JDEBug to work on my Linux box with Blackdown's RC4.
>I think I got everything set up right but when I try to launch the
>debugger I get this:
>
>*** Debugger Output for Process JRun(2) ***
>
>Launched VM Java Debug Interface (Reference Implementation) version 1.3 
>Java Debug Wire Protocol (Reference Implementation) version 1.0
>JVM Debug Interface version 1.0
>JVM version 1.2.2 (Classic VM, build Linux_JDK_1.2.2_RC4, native threads,
nojit)
>Launching vm to run JRun
>Running JRun.
>vm started...
>All threads suspended...
>JRun process ended.
>vm disconnected...
>
>
>It looks like my program is dying but no ouput shows up in the Local
>Variables buffer and it doesn't show me the exact command line its
>using to launch it so I'm kinda stuck.  Is there some switch I can
>toggle to get jdebug to show me the command line its using to launch
>the Java process?
>

Tom,

The command JDE->Debug App starts the debugger (if necessary), launches the
vm to run the app, applies any breakpoints, and then issues a run command.
If you do not set any breakpoints before issuing the command or do not set
them in the right place, the app will simply run to completion. I do not
see any breakpoint messages in the debugger output, so this could be an
explanation of your problem.


- Paul 

>
>
------------------------------------------------------------------------------
JDE website: http:/sunsite.auc.dk/jde/

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.

Reply via email to