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:
parent
99bc710df4
commit
e2950c2b0f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue