Source Files Provider

Identifier:
org.eclipse.cdt.debug.core.SourceFilesProvider

Since:
CDT 7.0

Description:
This extension points allows you to extened the executables manager in CDT by providing your own source files provider for certain types of executables.

Configuration Markup:

<!ELEMENT extension (provider)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT provider EMPTY>

<!ATTLIST provider

class CDATA #REQUIRED>


Examples: