On Monday, June 6, 2016, Marc Santhoff <[email protected]> wrote: > > The code is written and compiled. Then it needs to be installed in the > IDE and tested. How can I do it in a handy way? >
You can debug the IDE by opening lazarus.lpi project and pressing F9. Lazarus must be built with debug info before that. Another way to debug is by adding DebugLn() calls and checking their output in console or log file. Juha
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus-ide.org/listinfo/lazarus
