mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +02:00
Fix a crash, when a breakpoint can not be set, because no debugger is configured
git-svn-id: trunk@63043 -
This commit is contained in:
parent
ff27397e4a
commit
7be629b269
@ -4733,7 +4733,8 @@ begin
|
||||
if Ctrl and (ABrkPoint <> nil)
|
||||
then ABrkPoint.Enabled := False;
|
||||
finally
|
||||
ABrkPoint.EndUpdate;
|
||||
if ABrkPoint <> nil then
|
||||
ABrkPoint.EndUpdate;
|
||||
DebugBoss.UnLockCommandProcessing;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user