1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +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$ cancel( "", -1 ); //$NON-NLS-1$
} }
IPath exePath = getProgramPath( config ); IPath exePath = verifyProgramPath( config );
if (exePath == null) { if (exePath == null) {
exePath= getProgramPathForPid(pid); exePath= getProgramPathForPid(pid);
} }