public interface IPDIWatchpoint extends IPDIBreakpoint
| Modifier and Type | Field and Description |
|---|---|
static int |
READ
Read value
|
static int |
WRITE
Write value
|
HARDWARE, REGULAR, TEMPORARY| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getWatchExpression()
Returns the expression of this watchpoint
|
boolean |
isReadType()
Determines whether this watchpoint is a read watchpoint
|
boolean |
isWriteType()
Determines whether this watchpoint is a write watchpoint
|
getBreakpointID, getCondition, getInternalID, getPendingTasks, isDeleted, isEnabled, isHardware, isTemporary, setBreakpointID, setCondition, setDeleted, setEnabledgetSessionstatic final int WRITE
static final int READ
boolean isWriteType()
boolean isReadType()
java.lang.String getWatchExpression()
throws PDIException
PDIException - on failureCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.