|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDIWatchpoint
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 |
---|
static final int WRITE
static final int READ
Method Detail |
---|
boolean isWriteType()
boolean isReadType()
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 |