Uses of Interface
org.eclipse.cdt.debug.core.ICDebugConfiguration

Packages that use ICDebugConfiguration
org.eclipse.cdt.debug.core   
org.eclipse.cdt.debug.internal.core   
 

Uses of ICDebugConfiguration in org.eclipse.cdt.debug.core
 

Methods in org.eclipse.cdt.debug.core that return ICDebugConfiguration
 ICDebugConfiguration[] CDebugCorePlugin.getActiveDebugConfigurations()
           
 ICDebugConfiguration CDebugCorePlugin.getDebugConfiguration(java.lang.String id)
           
 ICDebugConfiguration[] CDebugCorePlugin.getDebugConfigurations()
           
 ICDebugConfiguration[] CDebugCorePlugin.getDefaultActiveDebugConfigurations()
           
 ICDebugConfiguration CDebugCorePlugin.getDefaultDebugConfiguration()
           
 ICDebugConfiguration CDebugCorePlugin.getDefaultDefaultDebugConfiguration()
           
 

Methods in org.eclipse.cdt.debug.core with parameters of type ICDebugConfiguration
 void CDebugCorePlugin.saveFilteredDebugConfigurations(ICDebugConfiguration[] configurations)
           
 

Uses of ICDebugConfiguration in org.eclipse.cdt.debug.internal.core
 

Classes in org.eclipse.cdt.debug.internal.core that implement ICDebugConfiguration
 class DebugConfiguration