Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: a26dd638b1cc66f2f669f3350d2c31284a5f0b61 (plain) (tree)
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.2"?>
<plugin>
   <extension
         point="org.eclipse.debug.core.launchConfigurationTypes">
      <launchConfigurationType
            delegate="org.eclipse.cdt.debug.gdbjtag.core.GDBJtagLaunchConfigurationDelegate"
            id="org.eclipse.cdt.debug.gdbjtag.launchConfigurationType"
            modes="debug"
            name="%launchConfig.name"
            public="true"
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
            sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer"/>
   </extension>

</plugin>

Back to the top