Settings

Theme

Show HN: Mixing C++ with Angelscript for runtime introspection and debugging

d-0.dev

1 points by donadigo 3 years ago · 0 comments · 1 min read

Reader

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.

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.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection