public interface ISteppingModeTarget
Modifier and Type | Method and Description |
---|---|
void |
enableInstructionStepping(boolean enabled)
Sets whether the instruction stepping are enabled in this debug target.
|
boolean |
isInstructionSteppingEnabled()
Returns whether the instruction stepping are currently enabled in this debug target.
|
boolean |
supportsInstructionStepping()
Returns whether this debug target supports instruction stepping.
|
boolean supportsInstructionStepping()
void enableInstructionStepping(boolean enabled)
enabled
- whether the instruction stepping are enabled in this debug targetboolean isInstructionSteppingEnabled()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.