[Lazarus] console output

Martin lazarus at mfriebe.de
Sun Dec 19 02:53:57 CET 2010


On 19/12/2010 01:33, David Emerson wrote:
> Hi list,
>
> While upgrading, I wiped out my .lazarus folder, and upon getting started again
> was charmed to see this xterm window that popped up during execution and showed
> me all the console output. It was great!!!
>
> However I hadn't configured the debugger yet; and when I did that, the xterm
> window disappeared!
>
> How can I get that wonderful xterm window back up while the debugger is in use?
>
> writeln is such a handy way to output information during execution which can be
> difficult to access or to see all at once using lazarus
probably Run menu: "Run params", "launcher application"

But:
   http://bugs.freepascal.org/view.php?id=7867
   http://bugs.freepascal.org/view.php?id=12172

Under windows you can compile your application with -WC (actually 
uncheck -WC "Gui App" on the linker page)

You may also google debugserver. not sure, but there is some support 
somewhere IIRC...

Martin





More information about the Lazarus mailing list