At 05:33 PM 8/11/99 +0100, you wrote:
>At 21:05 10/08/99 +0000, Paul Kinnucan wrote:
>>At 11:50 PM 8/10/99 +0100, Mike Woolley wrote:
>>>Thomas,
>>>For me, the Beanshell only works with XEmacs/NT if:
>>>
>>>1/ Like you, I set jde-run-java-vm-w set to "java" rather than "javaw".
>>>2/ I use JDK 1.2 rather than 1.1.x
>>>
>>>Using JDK 1.1.x, the Beanshell prompt appears, but it doesn't respond to
>>>keyboard input until I hit C-d. At which point all the previous stuff I
type
>>>is processed, but unfortunately this also kills the bsh process, so no joy
>>>there
>>>
>>>
>>>This behaviour is consistent for me on 3 different machines (all running
>>>NT4) and on both the 21.1.x and 21.2.x XEmacs series'.
>>>
>>>Anyone have any ideas?
>>
>>Yes, there is a bug in the JDK 1.1 standard I/O. There is a workaround but
>>I've been
>>too busy with the new debugger to implemment it.
>>
>>Please be patient. As soon as I get the interface to the new debugger
>>implemented, I'll turn my attention to these other issues.
>>
>>Regards,
>>
>>Paul
>>
>>
>>
>
>Paul,
>
>Thanks very much for the work you're putting into this - I'm only using JDK
>1.2, so the 1.1 problems are not an issue for me, and I can wait for a
>'packaged solution'.
>
>Looking forward to the JPDA debugger! Are you able to post an
>expected-feature list? I'm not sure how much of your earlier specification

Amit and I intend to release an alpha version within a week. It will have at
least basic breakpoint, stepping, and variable value display capabilities.

Ultimately, Amit and I plan to implement all the features discussed as quickly
as time permits. These includes:

* debugging multiple processes in the same session
* automatic local variable display
* stepping on a single thread
* conditional breakpoints
* object inspector
* watchpoints

Complete source for the debugger will be distributed with the JDE and
everyone is
welcome to help implement ever more powerful features.

Along this line, once I get the debugger well in hand, my top priority will be
to get a JDE cvs repository set up to facilitate collaborative development.

Even though the project is far from over, I'd like to take this opportunity
to express my gratitude for the great work being done by Amit Kumar, Robert
Field, and the other members of the JPDA team. The JDEbug debugger has
benefitted significantly from their insights and design suggestions as well
as Amit's implementation of the Java side of the debugger.

- Paul

Reply via email to