Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 03786907c06fb5cc1dcf9617f21e5fbd2acfa367 (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                                                 
                                                                    
                               

                                                                                  
                         
                                                                


                                
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         point="org.eclipse.debug.core.launchConfigurationTypes">
      <launchConfigurationType
            sourceLocatorId="org.eclipse.tm.tcf.debug.SourceLocator"
            name="DSF over TCF"
            sourcePathComputerId="org.eclipse.tm.tcf.debug.SourcePathComputer"
            delegate="org.eclipse.tm.internal.tcf.dsf.launch.TCFDSFLaunchDelegate"
            modes="debug"
            id="org.eclipse.tm.tcf.dsf.LaunchConfigurationType">
      </launchConfigurationType>
   </extension>
</plugin>

Back to the top