|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICDIExecuteStepReturn
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 |
|---|
void stepReturn()
throws CDIException
CDIException - if this method fails. Reasons include:
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 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||