public interface ICDIExecuteStep
Modifier and Type | Method and Description |
---|---|
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.
|
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:Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.