BreakpointActionType

org.eclipse.cdt.debug.core.BreakpointActionType

[Enter the first release in which this extension point appears.]

Extension to provide additional actions to execute when a breakpoint is hit.

<!ELEMENT extension (actionType)>

<!ATTLIST extension

point CDATA #REQUIRED>


<!ELEMENT actionType EMPTY>

<!ATTLIST actionType

id    CDATA #IMPLIED

name  CDATA #IMPLIED

class CDATA #IMPLIED>


[Enter extension point usage example here.]

[Enter API information here.]

[Enter information about supplied implementation of this extension point.]