Is there a complete resource for debugging in Delphi that instructs on how to use all the IDE debugging tools? There used to be a guide from Marco Cantù but it was updated t
Also invest some time in an exception handling framework such as:
Has all the good stuff in there like stack traces, line numbers etc.