Daily Archives: September 15, 2017

Debugging RTL/VCL Code with CodeSite

By | September 15, 2017

I managed to do something the other day I don’t know you could do involving debugging and Code Site. Code Site is my go to tool for logging information and usually I’ll add Code Site to my library path and embed the unit reference in code like this: Uses SystemSysUtils, {$IFDEF DEBUG} CodeSiteLogging, {$ENDIF} VCL.Classes;… Read More »