How best to debug Delphi using the IDE and/or FOSS?
Posted
by
LeonixSolutions
on Stack Overflow
See other posts from Stack Overflow
or by LeonixSolutions
Published on 2011-01-04T06:18:38Z
Indexed on
2011/01/04
6:53 UTC
Read the original article
Hit count: 251
delphi
I am currently using Delphi 7 and unsure whether to upgrade.
I see the following means of debugging and wonder if there are others or which FOSS tools a small company can use (we don't do much Windows programming).
1 Debug in the IDE, by setting breakpoints, using watches, etc
2 Debug in the IDE, by using the Event Log
I got some good info from this page and tweaked it to add timestamps and indent/outdent on procedure call/return, so that I can see nested calls more quickly. Does anyone know of anything better ?
3 Using a profiler
4 Any others?
Such as MadExcept, etc?
© Stack Overflow or respective owner