public interface ICDIBreakpoint extends ICDIObject
ICDILineBreakpoint
,
ICDIFunctionBreakpoint
,
ICDIAddressBreakpoint
,
ICDIWatchpoint
,
ICDIEventBreakpoint
Modifier and Type | Field and Description |
---|---|
static int |
HARDWARE
Deprecated.
use ICBreakpointTyped.HARDWARE
|
static int |
REGULAR
Deprecated.
use ICBreakpointTyped.REGULAR
|
static int |
TEMPORARY
Deprecated.
use ICBreakpointTyped.TEMPORARY
|
Modifier and Type | Method and Description |
---|---|
ICDICondition |
getCondition()
Returns the condition of this breakpoint or
null
if the breakpoint's condition is not set. |
boolean |
isEnabled()
Returns whether this breakpoint is enabled.
|
boolean |
isHardware()
Deprecated.
|
boolean |
isTemporary()
Deprecated.
|
void |
setCondition(ICDICondition condition)
Sets the condition of this breakpoint.
|
void |
setEnabled(boolean enabled)
Sets the enabled state of this breakpoint.
|
getTarget
@Deprecated static final int REGULAR
@Deprecated static final int TEMPORARY
@Deprecated static final int HARDWARE
@Deprecated boolean isTemporary()
ICDIBreakpoint2.getType()
@Deprecated boolean isHardware()
ICDIBreakpoint2.getType()
boolean isEnabled() throws CDIException
CDIException
- if this method fails. Reasons include:void setEnabled(boolean enabled) throws CDIException
enabled
- - whether this breakpoint should be enabledCDIException
- if this method fails. Reasons include:ICDICondition getCondition() throws CDIException
null
if the breakpoint's condition is not set.CDIException
- if this method fails. Reasons include:void setCondition(ICDICondition condition) throws CDIException
the
- condition to setCDIException
- if this method fails. Reasons include:Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.