|
Eclipse CDT 7.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 event breakpoints
ICDILineBreakpoint,
ICDIFunctionBreakpoint,
ICDIAddressBreakpoint,
ICDIWatchpoint,
ICDIEventBreakpoint| Field Summary | |
|---|---|
static int |
HARDWARE
Deprecated. use ICBreakpointTyped.HARDWARE |
static int |
REGULAR
Deprecated. use ICBreakpointTyped.REGULAR |
static int |
TEMPORARY
Deprecated. use ICBreakpointTyped.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()
Deprecated. by ICDIBreakpoint2.getType() |
boolean |
isTemporary()
Deprecated. by ICDIBreakpoint2.getType() |
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 |
|---|
@Deprecated static final int REGULAR
@Deprecated static final int TEMPORARY
@Deprecated static final int HARDWARE
| Method Detail |
|---|
@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 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 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||