mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 20:09:10 +02:00
fpdebug: fixed TDbgWinProcess.Continue to call Windows.ContinueDebugEvent even though aThread invalid
git-svn-id: branches/fixes_1_6@50931 -
This commit is contained in:
parent
ae4a2ed0cb
commit
0f593869ee
@ -491,7 +491,6 @@ begin
|
|||||||
begin
|
begin
|
||||||
if not FThreadMap.HasId(AThread.ID) then begin
|
if not FThreadMap.HasId(AThread.ID) then begin
|
||||||
AThread.Free;
|
AThread.Free;
|
||||||
exit(false);
|
|
||||||
end else begin
|
end else begin
|
||||||
AThread.NextIsSingleStep:=SingleStep;
|
AThread.NextIsSingleStep:=SingleStep;
|
||||||
if SingleStep or assigned(FCurrentBreakpoint) then
|
if SingleStep or assigned(FCurrentBreakpoint) then
|
||||||
|
Loading…
Reference in New Issue
Block a user