|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
---|---|
ICDIAddressBreakpoint |
setAddressBreakpoint(int type,
ICDIAddressLocation location,
ICDICondition condition,
boolean deferred,
boolean enabled)
Set an address Breakpoint |
ICDIExceptionpoint |
setExceptionBreakpoint(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,
String expression,
ICDICondition condition,
boolean enabled)
Set a watchpoint. |
ICDIWatchpoint |
setWatchpoint(int type,
int watchType,
String expression,
String memorySpace,
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 |
public ICDILineBreakpoint setLineBreakpoint(int type, ICDILineLocation location, ICDICondition condition, boolean deferred, boolean enabled) throws CDIException
type
- location
- condition
- deferred
- enabled
-
CDIException
public ICDIFunctionBreakpoint setFunctionBreakpoint(int type, ICDIFunctionLocation location, ICDICondition condition, boolean deferred, boolean enabled) throws CDIException
type
- location
- condition
- deferred
- enabled
-
CDIException
public ICDIAddressBreakpoint setAddressBreakpoint(int type, ICDIAddressLocation location, ICDICondition condition, boolean deferred, boolean enabled) throws CDIException
type
- location
- condition
- deferred
- enabled
-
CDIException
public ICDIWatchpoint setWatchpoint(int type, int watchType, String expression, ICDICondition condition, boolean enabled) throws CDIException
type
- watchType
- expression
- condition
- enabled
-
CDIException
public ICDIWatchpoint setWatchpoint(int type, int watchType, String expression, String memorySpace, BigInteger range, ICDICondition condition, boolean enabled) throws CDIException
type
- watchType
- expression
- memorySpace
- set to "" for default memorySpacerange
- set to "" for default rangecondition
-
CDIException
public ICDIExceptionpoint setExceptionBreakpoint(String clazz, boolean stopOnThrow, boolean stopOnCatch, boolean enabled) throws CDIException
clazz
- stopOnThrow
- stopOnCatch
- enabled
-
CDIException
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |