mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26: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
|
||||
sourceLocatorId="org.eclipse.cdt.examples.dsf.pda.sourceLocator"
|
||||
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"
|
||||
id="org.eclipse.cdt.examples.dsf.pda.launchType"
|
||||
modes="run, debug"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue