mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
Fix PDA source lookup bug.
This commit is contained in:
parent
1681e9fc13
commit
1517fb3e03
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
<launchConfigurationType
|
<launchConfigurationType
|
||||||
sourceLocatorId="org.eclipse.cdt.examples.dsf.pda.sourceLocator"
|
sourceLocatorId="org.eclipse.cdt.examples.dsf.pda.sourceLocator"
|
||||||
delegate="org.eclipse.cdt.examples.dsf.pda.launch.PDALaunchDelegate"
|
delegate="org.eclipse.cdt.examples.dsf.pda.launch.PDALaunchDelegate"
|
||||||
sourcePathComputerId="org.eclipse.cdt.examples.pda.dsf.sourcePathComputer"
|
sourcePathComputerId="org.eclipse.cdt.examples.dsf.pda.sourcePathComputer"
|
||||||
name="DSF PDA Application"
|
name="DSF PDA Application"
|
||||||
id="org.eclipse.cdt.examples.dsf.pda.launchType"
|
id="org.eclipse.cdt.examples.dsf.pda.launchType"
|
||||||
modes="run, debug"/>
|
modes="run, debug"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue