At 03:33 PM 6/1/00 +0200, you wrote:
>Hi
>
>There is a problem with JDebug on Xemacs (at least under Cygwin).
>I do not get the JDebug menu even if I customize jde-db-debugger:
>
>   '(jde-db-debugger (quote ("JDEbug" "jdb" . "Executable")))
>
>Trying to start the debugger with the command jde-bug-start-debugger
>gives
>
>    Symbol's value as variable is void: system-name
>
>Because system-name is not a declared variable under Xemacs.
>The following patch fixes this:
>
>D:\usr\local\lib\xemacs\site-packages\lisp\jde>diff jde-dbs.el~ jde-dbs.el
>1397c1397
><      system-name
>---
>>      (system-name)
>
>Now the debugger starts up.
>Setting a breakpoint in the source buffer works. Debugging the application
with
>C-c C-v C-d now gives:
>
>
>   Lisp error: (void-function jde-bug-install-jdebug-menu)
>

This is a regression error  that is fixed in the upcoming release.

>This function is not defined at all. I think the problem here is, because
>the JDebug menu is not installed under Xemacs, jde tries to call this
function.
>
>

The JDEbug menu does not display on XEmacs in the current release because
XEmacs does not support minor mode menus. This is fixed in the upcoming
release.

- Paul


------------------------------------------------------------
TECH SUPPORT POLICY

I respond only to requests that contain a complete problem report. The
easiest way to ensure that your report is complete is to include the output
of the JDE->Help->Submit Problem Report command in your request. 

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

JDE website: http://sunsite.auc.dk/jde/

JDE mailing list archive: 
http://www.mail-archive.com/[email protected]/maillist.html


Reply via email to