At 10:06 PM 2/16/00 GMT, you wrote:
>
>Say I'm debugging a program that has hung, I want to be able to suspend all
>threads, then goto the stack frame of a thread of my choice, check out the
>local variables there, possibly step around.  I know I can suspend all
>threads by doing a "JDEbug->Processes->Suspend Process", and can find out
>the thread id by doing a "Display->Thread" and looking for my thread, but
>for the life of me I can't figure out how to switch to that thread's stack
>frame.  Is this just not implemented yet?  If not, is there a way I can do

Not implemented yet.

>this manually using the *JDEbug* buffer.  Which brings me to another
>question, is the API for interacting directly with the *JDEbug* buffer
>documented anywhere for those times like this when I wish to do more than
>JDE will let me do?  Any help appreciated, thanks,
>

Take a look in the java/doc/jde/debugger directory of the JDE distribution.

- Paul

Reply via email to