Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Automatically select top stackframe of a suspended thread


Stack frames are selected automatically when a thread suspends (if you have an implementation of the standard debug model that fires DebugEvent's).

Darin Wright



"Subhash Daga" <sdaga@xxxxxxxxx>
Sent by: platform-debug-dev-bounces@xxxxxxxxxxx

04/26/2007 02:06 PM

Please respond to
"Eclipse Platform Debug component developers list."        <platform-debug-dev@xxxxxxxxxxx>

To
<platform-debug-dev@xxxxxxxxxxx>
cc
Subject
[platform-debug-dev] Automatically select top stackframe of a        suspended thread





I'm looking for a way to automatically select the top stack frame of a suspended thread. Similar to the way it works in java debugging. Any help is appreciated.
 
Thanks._______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev


Back to the top