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