At 11:50 PM 2/2/00 -0500, you wrote:
> To: [EMAIL PROTECTED]
>Subject: 
>--text follows this line--
>
>Please enter the details of your bug report here
>
>When using JDebug on 1.3rc1 I somewhat randomly get errors similar to:
>
>Invalid slot type: jde-dbs-proc, [object jde-dbs-proc "process8" 8
"jdetest.JDETest" 1351 #<buffer jdetest.JDETest(8) CLI> #<buffer Process
jdetest.JDETest(8)> #<buffer jdetest.JDETest(8) Threads> #<buffer
jdetest.JDETest(8) Local Variables>]
>
>after which it appears that the current execution line dosn't get updated in
>the source window as you hit step-over repeatedly.
>

Hi Andy,

Thanks for the bug report. However, I need to have the contents of the
*JDEBug* command buffer when the error occurs. The *JDEbug* buffer contains
a transcript of the commands that the JDE sends to the debugger and the
debugger's responses to these commands as well as asynchronous event
notifications, such as the occurrence of a breakpoint. This transcript
tells me what was happening at the time the error occurred, which is
obviously a vital clue to the problem, especially as I have not experienced
this problem.  So it is important to do the snapshot while the buffer is
still open. 

One thing I should warn you is that when debugging with JDK 1.3beta it is
important to run the JDK1.3 vm in classic mode. Otherwise you may get step
errors (at least I get them). To run the vm in classic mode, set
jde-run-classic-mode-vm to on. I don't know if this is a problem that has
been fixed in rc1. 

- Paul

Reply via email to