Just a short blog post to let anyone interested know that I've updated my very old ObjectDebugger component to Delphi 10.4.2. The MPL 2.0 open source component is on GitHub at:

https://github.com/marcocantu/ObjectDebugger

In short, the component looks and behaves similarly to the Delphi's Object Inspector, but at runtime. Using it, you can dynamically change properties while the program is in execution to verify and understand the different behaviors without having to write additional code, compile, and execute again. Here you can see the component in action while editing the caption of a button: