Executables Provider

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

Since:
CDT 7.0

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

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: