TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby donadigoabout 2 years ago
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&#x27;s infancy and I&#x27;m looking for initial feedback. I&#x27;m currently working on adding a way to override built-in API&#x27;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&#x27;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&#x2F;VSCode&#x2F;other code editors so that you can access all features from the editor you use to write code.

no comments

no comments