Martin:

Thanks for this.

Fortunately, everything I want to do on command line will happen in Linux.

All the MAC OSX stuff is GUI with Lazarus.

Who ever created Lazarus is a total GOD!.

Delphi 7 for Windows.
Lazarus/FPC for Linux and MacOSX !!!

Hell, I am even writing a replication engine for MariaDB (mysql) in Freepascal.

Thank you for all!

md

On 5/5/2013 3:52 PM, Martin wrote:
On 05/05/2013 22:45, m...@rpzdesign.com wrote:
Inside Lazarus 1.08/FPC 2.6.2, I cannot find where the console output is sent
while on Mac OSX Lion.

There is a debugger output window, but there does not seem to be a console output window while
debugging a program.

Where does writeln( ) output go?

If I run the program from the terminal, then I see the console output, but not so during debugging.

See this page. http://wiki.lazarus.freepascal.org/Debugger_Console_App

You can either redirect to a file, or to the pty of a terminal (which you have to open)

You can also set the pty in the global options (read the note on 0.9.31)


Unfortunately, still no one knows how to create a virtual tty on MAC. So it was not yet possible to add a proper way for the IDE to capture the output.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to