Parallel Debuggers
Identifier:
org.eclipse.ptp.debug.core.parallelDebuggers
Since:
2.0
Description:
This extension point allows plug-ins to contribute a parallel debugger implementation.
Configuration Markup:
<!ELEMENT extension (debugger+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT debugger EMPTY>
<!ATTLIST debugger
class CDATA #REQUIRED
id CDATA #REQUIRED
name CDATA #REQUIRED
cpu CDATA #REQUIRED
platform CDATA #REQUIRED
modes CDATA #REQUIRED>
- class -
- id -
- name -
- cpu -
- platform -
- modes -
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]