Hi,

I recently installed your jde package and  followed the instructions under the JDE User's Guide "Debugging Application" to start my debugging.  JDB seems to be working because Xemacs  splits into two  frame and it breaks at the first line of the main method.  The  problem is that according to the manual, the arrow (=>) points to the main method's first line and the menu bar of the source buffer display a menu (Jdb) of debug commands.  I do not see the  arrow (=>) in the source buffer even if execute the command  like next or stop and also I do not see the menu bar (Jdb).  Do I need to set a specific option in order to see the menu bar and the arrow in the source buffer?

I really appreciate any help you can provide me with, my thanks in advance.

jaime colom

Solaris 2.5.1
JDE 2.1.6
Xemacs 21.0
cc-mode 5.25

.emacs file:
;; Update the Emacs load-path to include the path to
;; the JDE. This code assumes that you have installed
;; the JDE in the specified sub directory of your home
;; directory.
(setq load-path
      (nconc '("/home/jaime/local/lib/xemacs-21.0-b67/lisp/debug" ) load-path))

(setq load-path
      (nconc '("/home/jaime/local/lib/xemacs-21.0-b67/lisp/jde" ) load-path))
 

;; Tell Emacs to load the entire JDE package at startup (only once).
(require 'jde)

;; Customazation done by xemacs
(custom-set-variables)
(custom-set-faces)
 
 
 

begin:          vcard
fn:             Jaime Colom
n:              Colom;Jaime
org:            Paradyne
adr:            8545 126th Ave;;Mailstop LG-134;Largo;FL;33773;USA
email;internet: [EMAIL PROTECTED]
title:          MTS
tel;work:       (813) 530-2914
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
version:        2.1
end:            vcard

Reply via email to