|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDropToFrame
Provides the ability to drop to frame. Drop to frame generally means popping a selected stack frame (and all frames above it) from the execution stack and then stepping back into the frame.
Method Summary | |
---|---|
boolean |
canDropToFrame()
Returns whether this element can currently perform a drop to frame. |
void |
dropToFrame()
Performs a drop to frame on this element. |
Method Detail |
---|
boolean canDropToFrame()
void dropToFrame() throws DebugException
RESUME
and SUSPEND
events, or a single CHANGE
event when the drop is complete. Implementations should implement drop to frame
in a non-blocking fashion.
DebugException
- on failure. Reasons include:
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.