Reminder to self: [WayBack] Dave’s Development Blog – Using CodeSite on interfaced objects:
Note to self…
If using
CodeSite
to log Constructor and Destructor behaviour on interfaced objects, make sure its the first unit in the project so that it is the first unit initialised AND THE LAST unit finalised!This will save you hours and hours hunting down shutdown AVs
Or in my projects, the uses list in the Delphi project should be this order:
FastMM4Bootstrap
CodeSite
Via: [WayBack] Using CodeSite on interfaced objects – David Hoyle – Google+
–jeroen