> when I switched to the new debugger, I have no output in the Console window 
> (Terminal Output).
> 
> Whenever I use WriteLn() or  DebugLn() in code, this window remains empty 
> while 
> with GDB I can see it.

Yeah, that window was added because with gdb it's difficult to debug 
console-applications. But in this case you can use the console itself, so you 
don't need this console-window. 

Maybe I could add a setting to let you choose which console to use. And it's 
possible to re-direct everything to the console window like is done width the 
gdb output. But I think that that' something that Martin is better at. It has 
nothing to do with the debugger, but is an IDE-thing.

For now you could try to start lazarus from the console, and then use that 
console to see the debug-output.

Joost.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to