For some reason the debugger doesn't seem to think I compiled with debug
info on.  I just installed JDK 1.3 and the 1.3 JRE.  Any suggestions
would be welcome.  Thanks.

Jeff

----> Here's my compilation output:


cd ~/proj/java/Miscellaneous/WindowMaker/
javac -classpath "./;c:/usr/pkg/jdk1.3/lib/" -g -deprecation
WindowMaker.java

Compilation finished at Fri Aug 11 14:16:40


----> And the debugger output:


*** Debugger Output for Process WindowMaker(2) ***

Debugger waiting for Emacs to connect to app SIO port 1235.
vm started...
All threads suspended...
Launch command line:
  javaw -classic -classpath ./;c:/usr/pkg/jdk1.3/lib/  WindowMaker  

Emacs connected to standard IO port 1235 for process WindowMaker.
VM options: '-classic '
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)
Setting breakpoint at line 33 in WindowMaker.java.
Debugger connected to standard I/O socket.
Running WindowMaker.
Resolved breakpoint set in WindowMaker.java at line 33.
Error: cannot get local variables.
 Reason: Local variable information not available: compile with -g.
Breakpoint hit at line 33 in WindowMaker (WindowMaker.java) on thread
main. All threads suspended.

Reply via email to