mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 17:16:01 +02:00
Debugger: fix crash from rev 28163 #aac97933fc
git-svn-id: trunk@28166 -
This commit is contained in:
parent
045fa68803
commit
3f0760fa6b
@ -1971,6 +1971,8 @@ var
|
||||
Cmd: TGDBMIDebuggerCommand;
|
||||
SavedInExecuteCount: LongInt;
|
||||
begin
|
||||
if FCommandQueue.Count = 0
|
||||
then exit;
|
||||
SavedInExecuteCount := FInExecuteCount;
|
||||
LockRelease;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user