Hello all,
I've been using JDE 2.1.5 as my interface to jdb for years. Works
great. But 2.1.5 does not work with J2SE 1.4. So I've upgraded but
am still having problems:
* JDEbug :
Works OK for awhile buth then:
Long delays
Loses contact with process being debugged.
* jdb:
Starts up OK.
But then impossible to step or where, etc.
Are these known problems? If not, can anyone suggest how to make progress?
Thanks,
Harold
(emacs-version)
"GNU Emacs 20.4.1 (sparc-sun-solaris2.7, X toolkit)
of Thu Jul 22 1999 on dewitt.vnet.net"
> uname -a
SunOS pinyon-slc 5.7 Generic_106541-02 sun4u sparc SUNW,Ultra-5_10
jde-2.2.9beta9.1
elib-1.0
eieio-0.17beta4
semantic-1.4beta14
speedbar-0.14beta3
prj.el:
(custom-set-variables
'(semanticdb-default-save-directory "/tmp")
'(jde-project-context-switching-enabled-p nil)
'(jde-expand-classpath-p nil)
'(jde-jdk-registry (quote (("1.4.0" . "/usr/local/hc/java/jdk1.4.0/solaris"))))
'(jde-jdk (quote ("1.4.0")))
'(jde-global-classpath (quote ("/export/home/carr/.sync/.lsync/test/.classes")))
'(jde-db-source-directories (quote ("/export/home/carr/.sync/.lsync/test/")))
'(jde-debugger (quote ("JDEbug" "" . "Executable")))
'(jde-run-option-vm-args (quote ("-Duser.home=/export/home/carr")))
'(jde-run-application-class "testProfile.Test")
'(jde-run-option-application-args (quote ("1" "two"))))
;;; End