|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int REGULAR
public static final int TEMPORARY
public static final int HARDWARE
Method Detail |
public boolean isTemporary()
public boolean isHardware()
public boolean isEnabled() throws CDIException
CDIException
- if this method fails. Reasons include:public void setEnabled(boolean enabled) throws CDIException
enabled
- - whether this breakpoint should be enabled
CDIException
- if this method fails. Reasons include:public ICDICondition getCondition() throws CDIException
null
if the breakpoint's condition is not set.
CDIException
- if this method fails. Reasons include:public void setCondition(ICDICondition condition) 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 |