After all my best efforts to configure the jde to use JDEbug I am
unable to get the debugger to start.  When I use the JDE menu
item Debug App  Ctl-c Ctl-v  Ctl-d    nothing happens.  When I
use the JDEbug>processes>Start Debugger  the mini-buffer
reports "Could not start debugger."

I am using a Solaris Sparc server running
I have installed:
    Xemacs version 21.1
    J2SE 1.3
    elib-1.0
    jde-2.2.5
    semantic-1.2.1
    speedbar-0.12

I have setup the following options for jde:

   under Jde Project group:
       Db Debugger  (JDEbug selected)  (Tried both types "class" and
"Executable")
       Db Source Directories    (three separate items to form a search list)
       Db Set Initial Breakpoint   off
       Db Read App Args  on
       Run Classic Mode Vm  on

   under Jde Bug group:
        Vm Includes Jpda  on
        Jdk Directory  /usr/j2se
        Jre Home  /usr/j2se/jre

I have this fragment in my .emacs file:
;;; jde
(add-to-list 'load-path (expand-file-name "/usr/local/src/jde-2.2.5/lisp"))
(add-to-list 'load-path (expand-file-name "/usr/local/src/semantic-1.2.1"))
(add-to-list 'load-path (expand-file-name "/usr/local/src/speedbar-0.12"))
(add-to-list 'load-path (expand-file-name "/usr/local/src/elib-1.0"))

(require 'jde)

(defun my-jde-mode-hook ()
  (setq c-basic-offset 2))
(add-hook 'jde-mode-hook 'my-jde-mode-hook)

Please let me know if there is something else I need to do that I missed.
Thanks,
- Phil

Reply via email to