org.eclipse.cdt.debug.core
Interface ICDebugConfiguration
- All Known Implementing Classes:
- DebugConfiguration
public interface ICDebugConfiguration
CPU_NATIVE
static final java.lang.String CPU_NATIVE
- See Also:
- Constant Field Values
getDebugger
ICDebugger getDebugger()
throws org.eclipse.core.runtime.CoreException
- Deprecated.
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
createDebugger
ICDIDebugger createDebugger()
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
getName
java.lang.String getName()
getID
java.lang.String getID()
getPlatform
java.lang.String getPlatform()
getCPUList
java.lang.String[] getCPUList()
getModeList
java.lang.String[] getModeList()
getCoreFileExtensions
java.lang.String[] getCoreFileExtensions()
supportsCPU
boolean supportsCPU(java.lang.String cpu)
supportsMode
boolean supportsMode(java.lang.String mode)
getSupportedBuildConfigPatterns
java.lang.String[] getSupportedBuildConfigPatterns()
- Returns a list of supported build configuration ids.
Returns an empty array if a list has not been specified,
which means that this debug configuration supports all
build configurations.