mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +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;
|
||||
|
||||
DebugLn('[WARNING] Debugger: Unknown stopped reason: ', Reason);
|
||||
SetDebuggerState(dsPause);
|
||||
ProcessFrame(List.Values['frame']);
|
||||
finally
|
||||
List.Free;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user