Debugger Configuration Pages

Identifier:
org.eclipse.ptp.debug.ui.debuggerConfigurations

Since:
2.0

Description:
This extension point provides a mechanism for contributing UI for org.eclipse.ptp.debug.ui.IPDebuggerConfigurationPage extensions.

Configuration Markup:

<!ELEMENT extension (debuggerConfiguration*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT debuggerConfiguration EMPTY>

<!ATTLIST debuggerConfiguration

id         CDATA #IMPLIED

debuggerID CDATA #REQUIRED

class      CDATA #REQUIRED>


Examples:
In the above example, the contributed UI component (org.eclipse.ptp.debug.external.ui.SDMPage) will be used for the debuggers with the "org.eclipse.ptp.debug.external.sdm" debugger id.

API Information:
Value of the attribute class must be a fully qualified name of a Java class that implements the interface org.eclipse.ptp.debug.ui.IPDebuggerPage.


Copyright (c) 2006 QNX Software Systems and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html