|
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. |
| 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 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 | |||||||||||