CDebugger
Identifier:
org.eclipse.cdt.debug.core.CDebugger
Description:
[Enter description of this extension point]
Configuration Markup:
<!ELEMENT extension (debugger+)>
<!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 debugger (buildIdPattern*)>
<!ATTLIST debugger
name CDATA #REQUIRED
modes CDATA #IMPLIED
class CDATA #REQUIRED
id CDATA #REQUIRED
platform CDATA #IMPLIED
cpu CDATA #IMPLIED
coreFileFilter CDATA #IMPLIED>
- name - specifies the debugger's name
- modes - specifies the comma separated list of debugging modes (run,core,attach).
- class - specifies a fully qualified name of a Java class that implements <code>ICDIDebugger2</code>
- id - specifies a unique identifier for this debugger.
- platform - specifies a comma separated list of supported platforms.
- cpu - specifies a comma separated list of supported architectures.
- coreFileFilter -
<!ELEMENT buildIdPattern EMPTY>
<!ATTLIST buildIdPattern
pattern 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) 2004, 2005 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