Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6b2ff607eabf6ec5388eb05c3165d40af71d7d91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>

Back to the top