At 04:54 PM 9/30/99 +1000, Burn, Oliver wrote:
>Hi,
>
>I have just downloaded and installed the latest beta for JDE. My quest
>is to get the new JDEbug debugger to work so I can use it to attach
>to a running process. I am able to get the old debugging stuff to
I have not yet implemented the attach to running process interface. (I am
currently working on the threads functionality.)
Remember, the debugger is in beta.
>work - but I fail with the new one.
>
>My setup is:
>o NT 4.0 SP5
>o GNU Emacs 20.4.1
>o JDE 2.1.6beta10
>o CC Mode version 5.25
>o My .emacs file is attached
>
>When I load a Java file I do not get the new JDEbug menu. When attempt
>to debug the app I get the following error:
>cd
>c:/oliverb/work/debugger/arrow/dev/contracts/service/com/lucent/stumbras/ser
>vices/contracts/test/
>java jde.debugger.Main -classpath
>c:/oliverb/work/debugger/arrow/dev/contracts/service/classes;c:/oliverb/work
>/debugger/arrow/jars/3rdparty/junit1_0.jar;C:/oliverb/config/lisp/jde-2.1.6b
>eta10/java/lib/jde.jar com.lucent.stumbras.services.contracts.test.Test
>
>java.lang.NoClassDefFoundError: jde/debugger/Main
>Exception in thread "main"
>Debugger exited abnormally with code 1
>
>
>Clearly the arguments used to launch the Debugger are wrong - do they
>work for anybody?
>
>Any tips/help greatly appreciated.
>
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;
;; Added by emacs itself
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;
(put 'upcase-region 'disabled nil)
(put 'eval-expression 'disabled nil)
(custom-set-variables
'(jde-build-use-make t)
'(jde-db-debugger (quote ("jdb" . "Class")))
^^^
This should be jdebug. Please reread the install instructions in the
ReleaseNotes.txt.
- Paul