|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDIExecuteStep
Provides the ability to step into, over, and until from the current execution location. Implementations must be non-blocking.
Method Summary | |
---|---|
void |
stepInto(int count)
Steps into the current source line. |
void |
stepIntoInstruction(int count)
Steps into the current machine instruction. |
void |
stepOver(int count)
Steps over the current source line. |
void |
stepOverInstruction(int count)
Steps over the current machine instruction. |
void |
stepUntil(ICDILocation location)
Continues running until location is reached. |
Method Detail |
---|
void stepOver(int count) throws CDIException
count
- as in `step', but do so count times.
CDIException
- if this method fails. Reasons include:void stepOverInstruction(int count) throws CDIException
count
- as in `stepOverInstruction', but do so count times.
CDIException
- if this method fails. Reasons include:void stepInto(int count) throws CDIException
count
- as in `step', but do so count times.
CDIException
- if this method fails. Reasons include:void stepIntoInstruction(int count) throws CDIException
CDIException
- if this method fails. Reasons include:void stepUntil(ICDILocation location) throws CDIException
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 |