Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Automatically selecting the top stackframe on a thread suspend

A while back, in April 2007, there was a thread like this between Darin
Wright and Subhash Daga.  When a breakpoint is hit, the Debug view does
not automatically select the top stackframe.  I am encountering the same
problem.  When the breakpoint is encountered, I call:

fireSuspendEvent(DebugEvent.CLIENT_REQUEST);

isSuspended() will return true, and a call to retrieve the stackframes
will return a list of stackframes, but the UI does not automatically
select the top most stackframe.

Might anyone have any ideas where I can look?  Possibly where I could
put some breakpoints to try and diagnose the problem?

Thanks,
Ken

---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.


Back to the top