public interface ICDIExecuteStepReturn
| Modifier and Type | Method and Description |
|---|---|
void |
stepReturn()
Continue execution until the frame return.
|
void |
stepReturn(ICDIValue value)
Cancel execution of the frame and return with value.
|
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:Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.