SDM Debugger Configuration
Identifier:
org.eclipse.ptp.debug.sdm.core.SDMDebugger
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (debugger)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT debugger EMPTY>
<!ATTLIST debugger
name CDATA #REQUIRED
priority CDATA #IMPLIED
backendPath CDATA #IMPLIED
sdmPath CDATA #IMPLIED
useBuiltin (true | false) >
- name - Name of the SDM debugger backend that is displayed in the UI. This string is also passed to the SDM using the "--debugger" argument.
- priority - Specifies the priority of this debugger when displayed in the user interface. Debuggers with a higher priority are displayed first. Can also be used to override an existing backend's default values. Default values will be taken from the extension with the highest priority.
- backendPath - Specifies the path to the debugger backend (e.g. gdb) on the target system. This is passed to the sdm using the "--debugger_path" option.
- sdmPath - Specifies the default path to the sdm executable on the target system. This path is set in the debugger tab of the launch configuration, and can be overidden by the user. If no path is specified, the launch configuration field will be blank.
- useBuiltin - Use the built-in SDM if available. If not available, the launch will fall back to the SDM specified in the sdmPath attribute.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]