1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

call setDefaultSourceLocator

This commit is contained in:
David Inglis 2002-12-17 21:11:07 +00:00
parent 952ffbce46
commit 427def3fc0

View file

@ -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 {