At 05:19 PM 1/21/00 -0800, Suresh Ramaswamy wrote:
>Paul,
>
>Thanks a lot for your detailed reply. I just had one followup question:
>
>Paul Kinnucan wrote:
>
>> At 04:27 PM 1/20/00 -0800, Suresh Ramaswamy wrote:
>>
>> [ excellent remote debugging explanation deleted ]
>>
>> >3) When you hit a break-point, how do you display the stack?
>>
>> Execute JDEbug->Show Buffer->Locals.
>>
>> This will display the locals buffer which is updated to display all local
>> variables as you step through a program.
>
>I tried this and I got a buffer that displayed a tree viewer that
displayed the
>local variables and their values. This is pretty cool, but not exactly
what I was
>looking for. I may not have been clear in my original question, but what
I want
>is a method call stack. Ie. when I hit a breakpoint in a method, I'd like
to know
>which method called that method and so on.
>
You want this in addition to up stack and down stack?
- Paul