<br>On Monday, June 6, 2016, Marc Santhoff <<a href="mailto:M.Santhoff@web.de">M.Santhoff@web.de</a>> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The code is written and compiled. Then it needs to be installed in the<br>
IDE and tested. How can I do it in a handy way?<br>
</blockquote><div><br></div><div>You can debug the IDE by opening lazarus.lpi project and pressing F9. Lazarus must be built with debug info before that.</div><div>Another way to debug is by adding DebugLn() calls and checking theirĀ output in console or log file.</div><div><br></div><div>Juha</div><div><br></div>