[Lazarus] OI Checkboxes

Juha Manninen juha.manninen62 at gmail.com
Tue Nov 25 22:20:40 CET 2014


On Tuesday, November 25, 2014, FreeMan <freeman35 at delphiturkiye.com> wrote:

> How to do debug this, In IDE ?
>

There are at least 3 ways to debug Lazarus IDE.
1. Call DebugLn, the output can be seen in the same console you started
Lazarus from (./lazarus).
2. Use command line GDB.
3. Inside Lazarus run project lazarus.lpi. It will open another instance of
Lazarus which you can then debug. Be careful about which window belongs to
which instance.

In this particular case you can also put "raise exception.create()" after
your condition to see if it ever gets triggered. It does not.

Juha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20141125/4e819ef7/attachment-0003.html>


More information about the Lazarus mailing list