mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-23 07:48:50 -05:00
Navatwo wanted to debug in terminal.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@192 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
366764d910
commit
bc9999cc07
@ -102,7 +102,9 @@ procedure psWriteln(str : string);
|
||||
//{$IFDEF WINDOWS}
|
||||
begin
|
||||
if Assigned(CurrThread.DebugTo) then
|
||||
CurrThread.DebugTo(str);
|
||||
CurrThread.DebugTo(str)
|
||||
else
|
||||
writeln(str);
|
||||
{if CurrThread.DebugTo <> nil then
|
||||
begin;
|
||||
CurrThread.DebugTo.lines.add(str);
|
||||
|
Loading…
Reference in New Issue
Block a user