Package | Description |
---|---|
org.eclipse.cdt.debug.core.cdi | |
org.eclipse.cdt.debug.core.cdi.model |
Modifier and Type | Method and Description |
---|---|
ICDIWatchpoint |
ICDIWatchpointTrigger.getWatchpoint()
Returns the triggered watchpoint.
|
ICDIWatchpoint |
ICDIWatchpointScope.getWatchpoint()
Returns the out of scope watchpoint.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICDIWatchpoint2
Represents a watchpoint.
|
Modifier and Type | Method and Description |
---|---|
ICDIWatchpoint |
ICDIBreakpointManagement.setWatchpoint(int type,
int watchType,
java.lang.String expression,
ICDICondition condition)
Set a watchpoint.
|
ICDIWatchpoint |
ICDIBreakpointManagement2.setWatchpoint(int type,
int watchType,
java.lang.String expression,
ICDICondition condition,
boolean enabled)
Set a watchpoint.
|
ICDIWatchpoint |
ICDIBreakpointManagement2.setWatchpoint(int type,
int watchType,
java.lang.String expression,
java.lang.String memorySpace,
java.math.BigInteger range,
ICDICondition condition,
boolean enabled)
Set a watchpoint.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.