On 8 January 2011 09:28, David Emerson <[email protected]> wrote: > Yes it is. The problem is that the debugger is not working properly!! > > The solution is to redirect the program's writeln output, via the Run > Parameters > dialog. Using a simple posix-style redirect: >writeln.log
As the other Martin suggested, simply use MSEide. Its debugging is *much* better than Lazarus IDE, and debugging console apps is not a problem, because MSEide has a special console output window as part of the IDE. If you are developing for fpGUI anyway, you shouldn't have any troubles switching IDE's. I switch constantly between Lazarus IDE and MSEide, even for the same project. No offense to any one here, but that is the beautify of free and open source software - no loyalty required, simply switch to what works better. ;-) -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://fpgui.sourceforge.net -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
