public interface ICDIBreakpointManagement2 extends ICDIBreakpointManagement
| Modifier and Type | Method and Description |
|---|---|
ICDIAddressBreakpoint |
setAddressBreakpoint(int type,
ICDIAddressLocation location,
ICDICondition condition,
boolean deferred,
boolean enabled)
Set an address Breakpoint
|
ICDIExceptionpoint |
setExceptionBreakpoint(java.lang.String clazz,
boolean stopOnThrow,
boolean stopOnCatch,
boolean enabled)
Set an exception point.
|
ICDIFunctionBreakpoint |
setFunctionBreakpoint(int type,
ICDIFunctionLocation location,
ICDICondition condition,
boolean deferred,
boolean enabled)
Set a function breakpoint.
|
ICDILineBreakpoint |
setLineBreakpoint(int type,
ICDILineLocation location,
ICDICondition condition,
boolean deferred,
boolean enabled)
Set a line breakpoint.
|
ICDIWatchpoint |
setWatchpoint(int type,
int watchType,
java.lang.String expression,
ICDICondition condition,
boolean enabled)
Set a watchpoint.
|
ICDIWatchpoint |
setWatchpoint(int type,
int watchType,
java.lang.String expression,
java.lang.String memorySpace,
java.math.BigInteger range,
ICDICondition condition,
boolean enabled)
Set a watchpoint.
|
deleteAllBreakpoints, deleteBreakpoints, getBreakpoints, setAddressBreakpoint, setExceptionBreakpoint, setFunctionBreakpoint, setLineBreakpoint, setWatchpointICDILineBreakpoint setLineBreakpoint(int type, ICDILineLocation location, ICDICondition condition, boolean deferred, boolean enabled) throws CDIException
type - location - condition - deferred - enabled - CDIExceptionICDIFunctionBreakpoint setFunctionBreakpoint(int type, ICDIFunctionLocation location, ICDICondition condition, boolean deferred, boolean enabled) throws CDIException
type - location - condition - deferred - enabled - CDIExceptionICDIAddressBreakpoint setAddressBreakpoint(int type, ICDIAddressLocation location, ICDICondition condition, boolean deferred, boolean enabled) throws CDIException
type - location - condition - deferred - enabled - CDIExceptionICDIWatchpoint setWatchpoint(int type, int watchType, java.lang.String expression, ICDICondition condition, boolean enabled) throws CDIException
type - watchType - expression - condition - enabled - CDIExceptionICDIWatchpoint setWatchpoint(int type, int watchType, java.lang.String expression, java.lang.String memorySpace, java.math.BigInteger range, ICDICondition condition, boolean enabled) throws CDIException
type - watchType - expression - memorySpace - set to "" for default memorySpacerange - set to "" for default rangecondition - CDIExceptionICDIExceptionpoint setExceptionBreakpoint(java.lang.String clazz, boolean stopOnThrow, boolean stopOnCatch, boolean enabled) throws CDIException
clazz - stopOnThrow - stopOnCatch - enabled - CDIExceptionCopyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.