|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDIBreakpoint2
Extension of the ICDIBreakpoint interface
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint |
---|
HARDWARE, REGULAR, TEMPORARY |
Method Summary | |
---|---|
int |
getType()
Return the type of the breakpoint. |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint |
---|
getCondition, isEnabled, isHardware, isTemporary, setCondition, setEnabled |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Method Detail |
---|
int getType()
ICDIBreakpoint.isTemporary()
and
ICDIBreakpoint.isHardware()
will never get called by CDT, as this
method is meant to replace those.
ICBreakpointType#TEMPORARY
can be bit-applied to any of
the type values to qualify it as a temporary breakpoint.
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |