I'm running NTEmacs 20.6 with jde 2.1.6beta24. using the JDebug debugger.
This happened when I upgraded my JDK from 1.2.2 to 1.3. I adjusted the
JDebug preferences, removing the jpda reference and I'm pointing to the
appropriate jdk 1.3 directory.

I'm getting the following output in the "Debugger Output" buffer.

********
Debugger waiting for Emacs to connect to app SIO port 2692.
Emacs connected to standard IO port 2692 for process TestWorkFlowAction.
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 (Java HotSpot(TM) Client VM, interpreted mode)
vm started...
All threads suspended...
Setting breakpoint at line 40 in TestWorkFlowAction.java.
Running TestWorkFlowAction.
Resolved breakpoint set in TestWorkFlowAction.java at line 40.
Breakpoint hit at line 40 in TestWorkFlowAction (TestWorkFlowAction.java) on
thread main. All threads suspended.
Stepped to line 124 in com.inskey.workflow.WorkFlowDirector
(WorkFlowDirector.java) on thread main. All threads suspended.
Stepped to line 125 in com.inskey.workflow.WorkFlowDirector
(WorkFlowDirector.java) on thread main. All threads suspended.
Stepped to line 126 in com.inskey.workflow.WorkFlowDirector
(WorkFlowDirector.java) on thread main. All threads suspended.
Stepped to line 96 in com.inskey.workflow.WorkFlowDirector
(WorkFlowDirector.java) on thread main. All threads suspended.
Stepped to line 97 in com.inskey.workflow.WorkFlowDirector
(WorkFlowDirector.java) on thread main. All threads suspended.
Stepped to line 102 in com.inskey.workflow.WorkFlowDirector
(WorkFlowDirector.java) on thread main. All threads suspended.
Error: cannot get local variables.
 Reason: Local variable information not available: compile with -g.
Stepped to line -1 in java.lang.ClassLoader (nil) on thread main. All
threads suspended.
Error: evaluating debugger output caused a Lisp error.
  See *messages* buffer for details.
************

And the messages buffer has the following
**********
Error: evaluating output from the debugger caused a Lisp error.
Debugger output: (jde-dbo-event-set
1 "all"
(list "Thread" 1 "main" "runnable" "suspended by debugger"
(list
(list "StackFrame" 0 "Information not available")
(list 1 "com.inskey.workflow.WorkFlowDirector" "WorkFlowDirector.java" 102
"loadConfig")
(list 2 "com.inskey.workflow.WorkFlowDirector" "WorkFlowDirector.java" 126
"execute")
(list 3 "TestWorkFlowAction" "TestWorkFlowAction.java" 40 "main"))
"VM has no information"
"VM has no information")
(list 'jde-dbo-step-event (list "java.lang.ClassLoader" nil -1))).
Lisp error: (wrong-type-argument stringp nil)
******************



Any ideas?????

Reply via email to