Debugger: better pid detection for attach. Issue #0025273

git-svn-id: trunk@43366 -
This commit is contained in:
martin 2013-11-03 22:30:51 +00:00
parent b6660a7dc7
commit dbfc98eda7

View File

@ -5251,7 +5251,7 @@ begin
// Get PID
NewPID := 0;
s := GetPart(['Attaching to process '], [LineEnding], CmdResp, True, False);
s := GetPart(['Attaching to process '], [LineEnding, '.'], CmdResp, True, False);
if s <> '' then
NewPID := StrToIntDef(s, 0);