mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 13:56:05 +02:00
fpdebug: fixed TDbgWinProcess.Continue to call Windows.ContinueDebugEvent even though aThread invalid
git-svn-id: trunk@50930 -
This commit is contained in:
parent
cf23ce6dbb
commit
bf3d90af8b
@ -498,7 +498,6 @@ begin
|
||||
begin
|
||||
if not FThreadMap.HasId(AThread.ID) then begin
|
||||
AThread.Free;
|
||||
exit(false);
|
||||
end else begin
|
||||
AThread.NextIsSingleStep:=SingleStep;
|
||||
if SingleStep or assigned(FCurrentBreakpoint) then
|
||||
|
Loading…
Reference in New Issue
Block a user