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>
- point - a fully qualified identifier of the target extension point
- id - an optional identifier of the extension instance
- name - an optional name of the extension instance
<!ELEMENT debuggerConfiguration EMPTY>
<!ATTLIST debuggerConfiguration
id CDATA #IMPLIED
debuggerID CDATA #REQUIRED
class CDATA #REQUIRED>
- id - specifies a unique identifier for this debugger page.
- debuggerID - specifies the identifier of the debugger this page is associated with.
- class - specifies a fully qualified name of a Java class that implements <code>IPDebuggerConfigurationPage</code>
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