|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a watchpoint.
Field Summary | |
---|---|
static int |
READ
|
static int |
WRITE
|
Fields inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint |
---|
HARDWARE, REGULAR, TEMPORARY |
Method Summary | |
---|---|
String |
getWatchExpression()
Returns the watchpoint's expression. |
boolean |
isReadType()
Returns whether this watchppoint is a read watchpoint. |
boolean |
isWriteType()
Returns whether this watchppoint is a write watchpoint. |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint |
---|
getCondition, isEnabled, isHardware, isTemporary, setCondition, setEnabled |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Field Detail |
public static final int WRITE
public static final int READ
Method Detail |
public boolean isWriteType()
public boolean isReadType()
public String getWatchExpression() 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 |