Hi, I've been having problems getting JDEbug to work.  I've followed all the
steps in the JDEbug manual, so I'm getting a little desperate ...

My environment:

JDE version: 2.2.5
Emacs:   XEmacs 21.1.9
NT: 4.00.1381

The debuger launches fine ( JDEbug-->Processes -->Start Debugger )

The *JDEbug* output window lists:

        cd
t:\BorrowTracker_DEV00005759\dev\java\com\citadel\stockloan\server\posmgr\
            n:\jre\bin\java -classpath
t:/emacs/jde-2.2.5/java/lib/jde.jar;u:\jdk1.3\lib\tools.jar
jde.debugger.Main


           (jde-dbo-init-debug-session)

I set my breakpoint one the first line of code in main, and do a (
JDEbug-->Processes->Launch Process ).
Immediately on my buffer I see the following message:

        No response to command 1.  ( process = 1; timeout = 10 sec ).

Checking out the *JDEbug* output lists the following new stuff:


JDE> -1 1 launch 1 -vmexec javaw -classic -classpath
n:/java/vbjapp.jar;n:/java/vbjorb.jar;t:/BorrowTracker_DEV00005759/dev/java;
n:/BetaJavaSecurity/securities_weblogic/securities.jar;n:/BetaJavaSecurity/s
ecurities_weblogic/citadel.jar;u:/oroinc/regex.jar;u:/TOPLink/Classes/JDK1.2
/toplink.jar;u:/weblogic/lib/weblogicaux.jar;u:/weblogic/classes
 com.citadel.stockloan.server.posmgr.SecurityInfoFetcher  


(jde-dbo-message 1 "VM options: '-classic '")


(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, native threads, nojit)")


(jde-dbo-message 1 "initSIOConnect: starting standard I/O handshake.")


(jde-dbo-message 1 "initSIOConnect: starting SIO connect thread.")


(jde-dbo-command-result 1 1562)


(jde-dbo-message
1 "Debugger waiting for Emacs to connect to app SIO port 1562.")


(jde-dbo-event-set
1 "all"
(list "Thread" 1 "main" "waiting" "suspended by debugger"
(list)
(list)
nil)
(list 'jde-dbo-vm-start-event))


Finally, trying to show the CLI gives me the following error message on my
buffer:

        Pecular error ( unbound-slot "#<class jde-dbs-proc> "#<jde-dbs-proc
process1>" cli-buf oref )

Anyhow, hope thats enough info.  Thanks in advance!  Relevent bits from my
.emacs is below:


(add-to-list 'load-path (expand-file-name "t:/emacs/elib-1.0"))
(add-to-list 'load-path (expand-file-name "t:/emacs/semantic"))
(add-to-list 'load-path (expand-file-name "t:/emacs/speedbar"))
(add-to-list 'load-path (expand-file-name "t:/emacs/jde-2.2.5/lisp"))
(add-to-list 'load-path (expand-file-name "t:/emacs/color"))
(add-to-list 'load-path (expand-file-name "t:/emacs/sql"))
(require 'jde)

(custom-set-variables
 '(jde-compile-option-debug (quote ("selected" (t t t))))
 '(jde-compile-option-target (quote ("1.1")))
 '(jde-bug-vm-includes-jpda-p t)
 '(jde-global-classpath (quote ("t:/BorrowTracker_DEV00005759/dev/java")))
 '(jde-bug-jdk-directory "u:/jdk1.3/")
 '(jde-compile-option-vm-args nil)
 '(jde-run-java-vm "n:\\jre\\bin\\java")
 '(jde-run-classic-mode-vm t)
 '(jde-bug-vm-executable (quote ("n:/jre/bin/java")))
 '(jde-db-option-classpath (quote ("n:/java/vbjapp.jar" "n:/java/vbjorb.jar"
"t:/BorrowTracker_DEV00005759/dev/java"
"n:/BetaJavaSecurity/securities_weblogic/securities.jar"
"n:/BetaJavaSecurity/securities_weblogic/citadel.jar" "u:/oroinc/regex.jar"
"u:/TOPLink/Classes/JDK1.2/toplink.jar" "u:/weblogic/lib/weblogicaux.jar"
"u:/weblogic/classes")))
 '(jde-run-executable "n:/jre/bin/java")
 '(jde-build-use-make nil)
 '(jde-compile-option-classpath (quote ("n:/java/vbjorb.java"
"n:/java/vbjapp.java" "n:/java/MonitorFramework.jar"
"n:/BetaJavaSecurity/securities_weblogic/securities.jar"
"n:/BetaJavaSecurity/securities_weblogic/citadel.jar" "u:/oroinc/regex.jar"
"u:/TOPLink/Classes/JDK1.2/toplink.jar" "u:/weblogic/lib/weblogicaux.jar")))
 '(jde-run-java-vm-w "n:\\jre\\bin\\java")
 '(jde-db-debugger (quote ("JDEbug" "jdb" . "Executable")))
 '(jde-db-source-directories (quote
("t:/BorrowTracker_DEV00005759/dev/java")))
 '(jde-run-option-classpath (quote ("n:/java/vbjapp.jar"
"n:/java/vbjorb.jar" "n:/java/MonitorFramework.jar"
"t:/BorrowTracker_DEV00005759/dev/java"
"n:/BetaJavaSecurity/securities_weblogic/securities.jar"
"n:/BetaJavaSecurity/securities_weblogic/citadel.jar" "u:/oroinc/regex.jar"
"u:/TOPLink/Classes/JDK1.2/toplink.jar" "u:/weblogic/lib/weblogicaux.jar"
"u:/weblogic/classes/"))))



Reply via email to