dummzeuch
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… … Read more
3 years ago in Delphi, dzDebugVisualizer0
dummzeuch
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… … Read more
3 years ago in Delphi, dzDebugVisualizer0
dummzeuch
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… … Read more
3 years ago in Delphi, dzBdsLauncher0
Adam Leone
I imagine most Delphi developers have written code similar to the following to quickly test a block of code using the Now function: procedure TDemoExecutionProfilerForm.DoSomeComplexCode; var StartTime:TDateTime; DebugMessage:String; begin StartTime :… … Read more
3 years ago in Delphi Programming, example code0
Adam Leone
GitHub Actions is a powerful automation tool first introduced by GitHub back in 2018 and has significantly matured over the last few years. It can be leveraged to automate workflows based on events and is… … Read more
3 years ago in Delphi Programming, example code0
Marco Cantu
Embarcadero’s Quality Portal provides a community process for resolving, clarifying, and tracking quality issues regarding Embarcadero’s products and services. Embarcadero customers with an EDN account can create bug reports and feature requests, view other customers’… … Read more
3 years ago in News0
Emad
Since its introduction, Python has consistently grown in popularity because of its simple and easy-to-use interface which makes both novice and experienced developers like using and integrating it. It is a multi-purpose and adaptable programming…… … Read more
3 years ago in Delphi, Learn Python, programming, Python, python gui0