BreakpointActionType

Identifier:
org.eclipse.cdt.debug.core.BreakpointActionType

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

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

Configuration Markup:

<!ELEMENT extension (actionType)>

<!ATTLIST extension

point CDATA #REQUIRED>


<!ELEMENT actionType EMPTY>

<!ATTLIST actionType

id    CDATA #IMPLIED

name  CDATA #IMPLIED

class CDATA #IMPLIED>


Examples:
[Enter extension point usage example here.]

API Information:
[Enter API information here.]

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


Copyright (c) 2007 Nokia and others. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0