codetools: debugln using CTDbgOutEvent

git-svn-id: trunk@35183 -
This commit is contained in:
mattias 2012-02-06 14:19:29 +00:00
parent faa763b480
commit b82b9efda2

View File

@ -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);