mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 12:29:24 +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);
|
procedure DebugLn(const s: string);
|
||||||
begin
|
begin
|
||||||
if TextRec(Output).Mode<>fmClosed then
|
DbgOut(s+LineEnding);
|
||||||
writeln(s);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure DebugLn(const s1, s2: string);
|
procedure DebugLn(const s1, s2: string);
|
||||||
|
Loading…
Reference in New Issue
Block a user