[Lazarus] Need testers for the a new debugger

Joost van der Sluis joost at cnoc.nl
Sat Jul 19 11:06:02 CEST 2014


> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20140719/e4686637/attachment-0003.html>


More information about the Lazarus mailing list