public interface ICDIBreakpoint2 extends ICDIBreakpoint
HARDWARE, REGULAR, TEMPORARY
Modifier and Type | Method and Description |
---|---|
int |
getType()
Return the type of the breakpoint.
|
getCondition, isEnabled, isHardware, isTemporary, setCondition, setEnabled
getTarget
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.Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.