mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 20:20:16 +02:00
Fix crash in dbg-console, if dbg not active. issue #21712
git-svn-id: trunk@36795 -
This commit is contained in:
parent
8100795427
commit
c2fa27acf1
@ -2321,6 +2321,7 @@ end;
|
|||||||
|
|
||||||
procedure TDebugManager.DoSendConsoleInput(AText: String);
|
procedure TDebugManager.DoSendConsoleInput(AText: String);
|
||||||
begin
|
begin
|
||||||
|
if FDebugger <> nil then
|
||||||
FDebugger.SendConsoleInput(AText);
|
FDebugger.SendConsoleInput(AText);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user