On Tuesday, November 25, 2014, FreeMan <[email protected]> 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
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to