mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 03:09:32 +02:00
DBG: Always set pause state, if stopped, even if the reaon is not in the list
git-svn-id: trunk@28377 -
This commit is contained in:
parent
0c071df579
commit
aa572c8941
@ -3056,6 +3056,8 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
DebugLn('[WARNING] Debugger: Unknown stopped reason: ', Reason);
|
DebugLn('[WARNING] Debugger: Unknown stopped reason: ', Reason);
|
||||||
|
SetDebuggerState(dsPause);
|
||||||
|
ProcessFrame(List.Values['frame']);
|
||||||
finally
|
finally
|
||||||
List.Free;
|
List.Free;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user