At 10:28 AM 12/2/99 +0100, you wrote:
>
>-----Urspr�ngliche Nachricht-----
>Von: Paul Kinnucan <[EMAIL PROTECTED]>
>An: Carsten Schaefer <[EMAIL PROTECTED]>
>Gesendet: Donnerstag, 2. Dezember 1999 04:14
>Betreff: Re: Debug Not Working
>
>
>> >> >> At 04:14 PM 12/1/99 +0100, you wrote:
>> >> >> >Hi,
>> >> >> >i'm using jde-2.1.6beta12, Jdk1.3beta, NT4SP6.
>> >> >But now i get tho following error in the minibuffer when i
>choose
>> >> >Debug-App from JDE-Menu:
>> >> >Args out of range: "", -1
>> >> >
>>
>> Your .emacs file indicates you failed to set the
>jde-bug-jpda-directory.
>> The JDE does not currently check for this omission hence the
>seemingly
>> unrelated error message. I will add a fix to detect this condition
>in the
>> future, especially as the directory is not needed for JDK 1.3,
>which
>> includes JPDA.
>>
>
>How can i use jdebug with jdk1.3 ?
>When i do not set jde-bug-jpda-directory i get the Args out of Range
>error,
>when i set the jde-bug-jpda-directory to my jdk1.3-directory i get
>the following error
>when start debugging from jdebugmenu (Processes->Start Debugger):
>
>Cannot find JPDA jar file at e:/java/jdk1.3/lib/jpda.jar
>
>This is clear, because in 1.3 there is no jpda.jar. (How can i give
>jde the information to use tools.jar. (i think there are the
>jdpa-classes in 1.3))
>
>When i start Debug App from jde-menu this is written in the
>minibuffer:
>No method definition: jde-dbs-proc-display-debug-message,
>"#<jde-dbs-launch-process Launch Test.HelloWorldApp>"
>
>(and my jdebug-buffer is appended)
>I think this is the same error as starting from jdebug-menu.
>
>So what variables must be set to use jdebug with jdk1.3beta ?
>
I've been using JDK 1.2 to develop and test JDEbug. I need to update it to
support JDK 1.3. I'll try to have a new release this evening that supports
JDK 1.3.
- Paul