Hey everyone, I created D0 for myself to enable faster iteration and introspection while working on my C++ projects. Particularly, it annoyed me that the simplest change of adding a printf() or trying to view an object required application restart and recompilation.
The project is still in it's infancy and I'm looking for initial feedback. I'm currently working on adding a way to override built-in API's with your own definitions to be able to easily define how e.g types like std::vector should be viewed in the UI.<p>I've also recently released a Visual Studio integration via an extension and eventually, I want to move as much functionality as it is possible to VS/VSCode/other code editors so that you can access all features from the editor you use to write code.