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 |
---|---|
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, setEnabled
getSession
static final int WRITE
static final int READ
boolean isWriteType()
boolean isReadType()
String getWatchExpression() throws PDIException
PDIException
- on failureCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.