After making the source code of dzDebugVisualizer available I got interested in Debug Visualizers in general and had a look at how they are supported in Delphi 11. I wrote a visualizer for TColor, based on an old EDN article (now only in the Internet Archive). And after that I simply added that functionality to … Continue reading added support for TColor and Local Variables to dzDebugVisualizer
Day: July 31, 2022
dzDebugVisualizer source code available
Several years ago I wrote a Delphi IDE plugin to extend the functionality of the "Evaluate and Modify" dialog as well as the Watches window called dzDebugVisualizer and even released an update for it. Back then I wasn't sure whether I wanted to open source it or possibly commercialize it. I am now sure that … Continue reading dzDebugVisualizer source code available
dzBdsLauncher 1.0.9 released
I just released dzBdsLauncher 1.0.9. If started with a .bdsproj file, it will now not just assume that a .dpr file must exist but will check for it and if it does not exist, will try for a .dpk file.