Monthly Archives: September 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 »

IDE Notifications Updated

By | September 9, 2017

I’ve just released an update to my IDE Notifications RAD Studio IDE plug-in which now supports module and project notifiers along with filtering messages using regular expressions. The new notifiers will be the subject of a new Open Tools API blog article soon.