>From: Paul Kinnucan <[EMAIL PROTECTED]>
>
>At 09:42 PM 2/8/00 -0100, Paul Kinnucan wrote:
>>At 02:54 PM 2/8/00 -0500, Ted Guild wrote:
>>>Mark,
>>>
>>>Thank you.  Got mine working over lunch, but without the JDEbug menu
>>>
>>>only mention I found in release notes for this variable was dated for
>>>beta5 release and it didn't work.  
>>>
>>> '(jde-db-debugger (quote ("jdb" . "Class")))
>>>
>>
>>Just so others will not be misled by the above misinformation, here
>>is the relevant excerpt from the JDE 2.1.6 beta5 release notes:
>>
>>
>>To debug a project with JDEbug, you must first select
>>it as the debugger for the project. You do this by customizing the
>>variable jde-db-debugger. To customize this variable,
>>select Options->Save Project from the JDE menu to display 
>
>Okay, the above should have read Options->Project in the original
>and this has now changed to Options->General. Perhaps this is what
>confused the user. Anyway, perhaps it's time for me to suspend
>further development of JDEbug and start writing documentation.
>
>- Paul
>

Paul,

My apologies in the misleading information from before.  I retraced my
steps as I was certain not to have entered jdb for this variable
without good reason.  Turns out to be the default variable already set
when toggling from executable to class.  Recall seeing a jdb class in
an even earlier 2.1.6beta.  I then looked into the jars, found no such
class existed, used jde.debugger.Jdebug which worked except for the
JDEbug menu, apparently the lisp was only expecting jdebug.

The instructions in the customization buffer is what prompted me to
enter jde.debugger.Jdebug for jde-db-debugger:

Specify debugger. [Hide]
Enter the path name of debugger, if debugger ia an executable; otherwise,
the fully qualified package name of the debugger class.

It took a little looking to find the installation instructions in the
release notes.  For instance the beta9 notes refers the reader to beta
7&8 but the information I didn't follow properly is in beta5:
 
JDE-2.1.6beta9 Release Notes
(See release notes for beta 7 and 8 below for information on
installing and running JDEBug.)

I hope this helps with the documentation.

Thank you for providing the programming world with JDE.  I've used
earlier releases for two years and now don't have to leave emacs
to have a full featured java debugger.

Regards,

Ted

>>the project customization buffer. Then edit the jde-db-debugger
>>entry in the buffer to read as follows:
>>
>>Jde Db Debugger: [Hide]
>>Name: jdebug
>>Debugger type is  
>>( ) Executable
>>(*) Class
>>   [State]: you have set this option, but not saved it for future sessions.
>>Specify debugger. [More]
>>
>>Finally, save the setting. If you want to use the debugger 
>>only on the current project, select "Set for current session"
>>from the customization buffer's State menu and then select
>>Options->Save Project from the JDE menu to save the setting
>>in the project's project file. Otherwise, select
>>the "Save for future sessions" options to save the setting
>>in your .emacs file.
>>
>>- Paul
>>
>>
>


-- 
Ted Guild
Software Developer
http://www.guilds.net
[EMAIL PROTECTED]  

Reply via email to