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, setWatchpoint
ICDILineBreakpoint setLineBreakpoint(int type, ICDILineLocation location, ICDICondition condition, boolean deferred, boolean enabled) throws CDIException
type
- location
- condition
- deferred
- enabled
- CDIException
ICDIFunctionBreakpoint setFunctionBreakpoint(int type, ICDIFunctionLocation location, ICDICondition condition, boolean deferred, boolean enabled) throws CDIException
type
- location
- condition
- deferred
- enabled
- CDIException
ICDIAddressBreakpoint setAddressBreakpoint(int type, ICDIAddressLocation location, ICDICondition condition, boolean deferred, boolean enabled) throws CDIException
type
- location
- condition
- deferred
- enabled
- CDIException
ICDIWatchpoint setWatchpoint(int type, int watchType, java.lang.String expression, ICDICondition condition, boolean enabled) throws CDIException
type
- watchType
- expression
- condition
- enabled
- CDIException
ICDIWatchpoint 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
- CDIException
ICDIExceptionpoint setExceptionBreakpoint(java.lang.String clazz, boolean stopOnThrow, boolean stopOnCatch, boolean enabled) throws CDIException
clazz
- stopOnThrow
- stopOnCatch
- enabled
- CDIException
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.