mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
call setDefaultSourceLocator
This commit is contained in:
parent
952ffbce46
commit
427def3fc0
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ public class CoreFileLaunchDelegate extends AbstractCLaunchDelegate {
|
||||||
renderTargetLabel(debugConfig),
|
renderTargetLabel(debugConfig),
|
||||||
debuggerProcess,
|
debuggerProcess,
|
||||||
exe);
|
exe);
|
||||||
|
|
||||||
|
// set the default source locator if required
|
||||||
|
setDefaultSourceLocator(launch, config);
|
||||||
|
monitor.done();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected IPath getCoreFilePath(final IProject project) throws CoreException {
|
protected IPath getCoreFilePath(final IProject project) throws CoreException {
|
||||||
|
|
Loading…
Add table
Reference in a new issue