|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICDIBreakpointManagement2
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpointManagement |
|---|
deleteAllBreakpoints, deleteBreakpoints, getBreakpoints, setAddressBreakpoint, setExceptionBreakpoint, setFunctionBreakpoint, setLineBreakpoint, setWatchpoint |
| Method Detail |
|---|
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
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||