At 05:40 PM 3/24/00 +0100, John Olsson wrote:
>
>> Select Display->Threads from the JDEBug menu to display the
>> threads in the threads buffer.
>>
>Yep. That was what I should have done! Thanks!
>
>One question. When are the contents of the Threads buffer updated? Is it
>continuously updated or when I select Display->Threads or when a thread
>hits a breakpoint?
>
JDEbug updates the threads buffer only when you issue the Display->Threads
command. I have not implemented auto update out of performance concerns.
JDEbug currently updates the local variables buffer every time you hit a
breakpoint or take a step. I'm concerned that updating the threads buffer
as well might make the response time unacceptable. However, I have not
tried this so I may experiment to see just how bad the performance hit is.
If it is not too bad, I could make both thread updating and locals updating
options that you could turn off or on depending on your needs.
- Paul