mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 12:23:51 +02:00
codetools: debugln using CTDbgOutEvent
git-svn-id: trunk@35183 -
This commit is contained in:
parent
faa763b480
commit
b82b9efda2
@ -1800,8 +1800,7 @@ end;
|
||||
|
||||
procedure DebugLn(const s: string);
|
||||
begin
|
||||
if TextRec(Output).Mode<>fmClosed then
|
||||
writeln(s);
|
||||
DbgOut(s+LineEnding);
|
||||
end;
|
||||
|
||||
procedure DebugLn(const s1, s2: string);
|
||||
|
Loading…
Reference in New Issue
Block a user