mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
16 lines
No EOL
632 B
XML
16 lines
No EOL
632 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.0"?>
|
|
<fragment>
|
|
<extension point="org.eclipse.debug.core.launchConfigurationTypes">
|
|
<launchConfigurationType
|
|
sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
|
|
delegate="org.eclipse.cdt.tests.dsf.gdb.launching.TestLaunchDelegate"
|
|
public="false"
|
|
sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer"
|
|
name="DSF JUnit Test Application"
|
|
id="org.eclipse.cdt.tests.dsf.gdb.TestLaunch"
|
|
modes="debug">
|
|
</launchConfigurationType>
|
|
</extension>
|
|
|
|
</fragment> |