|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the ability to step return from the frame. Implementations must be non-blocking.
Method Summary | |
---|---|
void |
stepReturn()
Continue execution until the frame return. |
void |
stepReturn(ICDIValue value)
Cancel execution of the frame and return with value. |
Method Detail |
public void stepReturn() throws CDIException
CDIException
- if this method fails. Reasons include:public void stepReturn(ICDIValue value) throws CDIException
null
, if no return value is needed.
Can only be called when the associated target/thread is suspended.
value
- use as the returning value.
CDIException
- if this method fails. Reasons include:
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |