|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Breapoints action on the Target.
| Method Summary | |
void |
deleteAllBreakpoints()
Remove all the breakpoints |
void |
deleteBreakpoints(ICDIBreakpoint[] breakpoints)
Remove the breakpoints |
ICDIBreakpoint[] |
getBreakpoints()
Return all the breakpoints |
ICDIAddressBreakpoint |
setAddressBreakpoint(int type,
ICDIAddressLocation location,
ICDICondition condition,
boolean deferred)
Set an address Breakpoint |
ICDIExceptionpoint |
setExceptionBreakpoint(String clazz,
boolean stopOnThrow,
boolean stopOnCatch)
Set an exception point. |
ICDIFunctionBreakpoint |
setFunctionBreakpoint(int type,
ICDIFunctionLocation location,
ICDICondition condition,
boolean deferred)
Set a function breakpoint. |
ICDILineBreakpoint |
setLineBreakpoint(int type,
ICDILineLocation location,
ICDICondition condition,
boolean deferred)
Set a line breakpoint. |
ICDIWatchpoint |
setWatchpoint(int type,
int watchType,
String expression,
ICDICondition condition)
Set a watchpoint. |
| Method Detail |
public ICDILineBreakpoint setLineBreakpoint(int type,
ICDILineLocation location,
ICDICondition condition,
boolean deferred)
throws CDIException
type - location - condition - deferred -
CDIException
public ICDIFunctionBreakpoint setFunctionBreakpoint(int type,
ICDIFunctionLocation location,
ICDICondition condition,
boolean deferred)
throws CDIException
type - location - condition - deferred -
CDIException
public ICDIAddressBreakpoint setAddressBreakpoint(int type,
ICDIAddressLocation location,
ICDICondition condition,
boolean deferred)
throws CDIException
type - location - condition - deferred -
CDIException
public ICDIWatchpoint setWatchpoint(int type,
int watchType,
String expression,
ICDICondition condition)
throws CDIException
type - watchType - expression - condition -
CDIException
public ICDIExceptionpoint setExceptionBreakpoint(String clazz,
boolean stopOnThrow,
boolean stopOnCatch)
throws CDIException
clazz - stopOnThrow - stopOnCatch -
CDIException
public ICDIBreakpoint[] getBreakpoints()
throws CDIException
CDIException
public void deleteBreakpoints(ICDIBreakpoint[] breakpoints)
throws CDIException
breakpoints -
CDIException
public void deleteAllBreakpoints()
throws CDIException
CDIException
|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||