|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDIBreakpoint
A breakpoint is capable of suspending the execution of a program whenever a certain point in the program is reached. Provides a basic functionality for the location breakpoints, watchpoints, and catchpoints.
ICDILineBreakpoint
,
ICDIFunctionBreakpoint
,
ICDIAddressBreakpoint
,
ICDIWatchpoint
,
ICDICatchpoint
Field Summary | |
---|---|
static int |
HARDWARE
|
static int |
REGULAR
|
static int |
TEMPORARY
|
Method Summary | |
---|---|
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()
Returns whether this breakpoint is hardware-assisted. |
boolean |
isTemporary()
Returns whether this breakpoint is temporary. |
void |
setCondition(ICDICondition condition)
Sets the condition of this breakpoint. |
void |
setEnabled(boolean enabled)
Sets the enabled state of this breakpoint. |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Field Detail |
---|
static final int REGULAR
static final int TEMPORARY
static final int HARDWARE
Method Detail |
---|
boolean isTemporary()
boolean isHardware()
boolean isEnabled() throws CDIException
CDIException
- if this method fails. Reasons include:void setEnabled(boolean enabled) throws CDIException
enabled
- - whether this breakpoint should be enabled
CDIException
- 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 set
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 |