Two suggestions:

1) Your report included this line:

JDE> -1 1 launch 1 -vmexec java -classpath ~/Development/source/  rj.pipeline.Pipeline

It seems odd to me that your compiled classes live in a directory called
"source" - is that correct?

2) Try installing the jdk 1.3.1 release candidate 1 (developer.java.sun.com)
and see if your results are any different.

Eric

In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wr
ites:
: Ok, 2nd try ;)
: 
: Hi there,
: System :
: - Suse 7.0 Linux
: - Emacs 20.7.1
: - JDE 2.2.6 / semantic-1.3.3 / speedbar-0.13a
: - java version "1.3.0"
:  �Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
:  �Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-20000623 (JIT � �enabled: 
>jitc))
: - prj.el is attached
: 
: Problem :
: First I set a breakpoint in the ctor of my main class. Then I start the Debug
>er (JDEbug->Processes->Start Debuger) and finally start to debug (JDE->Debug A
>pp) I get the following situation 
: 
: *** Debugger Output for Process rj.pipeline.Pipeline(17) ***
: 
: vm started...
: All threads suspended...
: Launch command line:
:  �java -classpath ~/Development/source/ �rj.pipeline.Pipeline �
: 
: Emacs connected to standard IO port 2351 for process rj.pipeline.Pipeline.
: 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.3.0 (Classic VM, J2RE 1.3.0 IBM build cx130-20000623 (JIT disab
>led))
: initSIOConnect: starting standard I/O handshake.
: initSIOConnect: starting SIO connect thread.
: Debugger waiting for Emacs to connect to app SIO port 2351.
: Setting breakpoint at line 89 in Pipeline.java.
: Debugger connected to standard I/O socket.
: Running rj.pipeline.Pipeline.
: Closed transport for application's standard output.
: rj.pipeline.Pipeline process ended.
: vm disconnected...
: 
: /-------------------
: 
: *JDEbug* buffer
: cd /home/rjocham/Development/source/rj/pipeline/
: java -classpath /home/rjocham/emacs/lisp/jde-2.2.6/java/lib/jde.jar:/usr/lib/
>java/lib/tools.jar jde.debugger.Main
: 
: 
: (jde-dbo-init-debug-session)
: 
: JDE> -1 1 launch 1 -vmexec java -classpath ~/Development/source/  rj.pipeline
>.Pipeline  
: 
: 
: (jde-dbo-message
: 1 "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.3.0 (Classic VM, J2RE 1.3.0 IBM build cx130-20000623 (JIT disab
>led))")
: 
: 
: (jde-dbo-message 1 "initSIOConnect: starting standard I/O handshake.")
: 
: 
: (jde-dbo-message 1 "initSIOConnect: starting SIO connect thread.")
: 
: 
: (jde-dbo-message
: 1 "Debugger waiting for Emacs to connect to app SIO port 1137.")
: 
: 
: (jde-dbo-command-result 1 1137)
: 
: 
: (jde-dbo-event-set
: 1 "all"
: (list "Thread" 1 "main" "waiting" "suspended by debugger"
: (list)
: (list)
: nil)
: (list 'jde-dbo-vm-start-event))
: 
: JDE> 1 2 run
: 
: 
: (jde-dbo-message 1 "Debugger connected to standard I/O socket.")
: 
: 
: (jde-dbo-message 1 "Closed transport for application's standard output.")
: 
: 
: (jde-dbo-message 1 "Closed transport for application's standard error output.
>")
: 
: 
: (jde-dbo-event-set 1 "none" nil
: (list 'jde-dbo-vm-death-event))
: 
: 
: (jde-dbo-event-set 1 "none" nil
: (list 'jde-dbo-vm-disconnected-event))
: 
: 
: (jde-dbo-command-result 2)
: 
: 
: I cannot see any error message in this text, so I am wondering why I cannot d
>ebug. 
: 
: TIA
: Ralph 
: __________________________________________________________________
: Get your own FREE, personal Netscape Webmail account today at http://webmail.
>netscape.com/
: 

Reply via email to