Running under Sun Solaris 2.7. Using Emacs 20.4 and latest version of the
JDE. I am also running remotely from a Windows NT Workstation using
ReflectionX as my XTerm.
When I invoke the debuggger from the JDE menu ("Debug APP"), the debugger
window is created and the the VM starts but then there are no more prompts
or messages in the debugger window and I cannot enter any commands. "Set
deferred breakpoint..." is all there is.
Here is the debugger window contents
----------------------------------------------------------------------------
--------------------------------------------------------------------------
cd /export/home/nfeller/rxvp/SchedulerApp/
jdb -classpath /export/home/nfeller/rxvp:/opt/weblogic/lib
SchedulerApp.Scheduler WAP
Initializing jdb...
> Deferring breakpoint SchedulerApp.Scheduler.main.
It will be set after the class is loaded.
> run SchedulerApp.Scheduler WAP
VM Started: > Set deferred breakpoint request SchedulerApp.Scheduler:598
----------------------------------------------------------------------------
-------------------------------------------------------------------------
My .emacs file is:
(setq minibuffer-max-depth nil)
(setq load-path
(nconc
'(
"/export/home/nfeller/jde-2.1.5"
)
load-path))
(require 'jde)
(custom-set-variables
'(jde-compile-option-command-line-args "-g")
'(jde-db-source-directories (quote ("~nfeller/rxvp")))
'(jde-db-set-initial-breakpoint nil)
'(jde-run-option-application-args nil)
'(jde-global-classpath (quote
("/export/home/nfeller/rxvp:/opt/weblogic/lib")))
'(jde-db-option-application-args (quote ("WAP"))))
(custom-set-faces)