mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 15:20:29 +02:00
Debugger: better pid detection for attach. Issue #0025273
git-svn-id: trunk@43366 -
This commit is contained in:
parent
b6660a7dc7
commit
dbfc98eda7
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user