I've just started to develop with JDE. I've set it up and works great. I'm able to compile and build fine. I can also debug with jdb. I'm trying to set JDEbug as my debugger by I don't know how to do it. The JDEbug's user's guide says that I must customize the jde-db-debugger variable, but I don't find that variable.
I'm using jde 2.2.9 on NTemacs 21.2 In my .emacs I have: (add-to-list 'load-path "d:/usr/local/lib/e-lisp/jde-2.2.9/lisp") (add-to-list 'load-path "d:/usr/local/lib/e-lisp/semantic-1.4beta14") (add-to-list 'load-path "d:/usr/local/lib/e-lisp/speedbar") (add-to-list 'load-path "d:/usr/local/lib/e-lisp/elib") (add-to-list 'load-path "d:/usr/local/lib/e-lisp/eieio") (require 'jde) (require 'jde-ant) What am I doing wrong? Do I need to load some other package? TIA
