1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

[233239] - fixed local attach for relative path

This commit is contained in:
Alena Laskavaia 2008-05-21 14:43:24 +00:00
parent 99bc710df4
commit e2950c2b0f

View file

@ -200,7 +200,7 @@ public class LocalCDILaunchDelegate extends AbstractCLaunchDelegate {
}
cancel( "", -1 ); //$NON-NLS-1$
}
IPath exePath = getProgramPath( config );
IPath exePath = verifyProgramPath( config );
if (exePath == null) {
exePath= getProgramPathForPid(pid);
}