Note
This project is still looking for a memorable name, the url might change. Suggestions are welcome!
dapviz is a debugger with enhanced visualization - designed as a learning aid for beginners, it provides a clear representation of stack and heap variables and their relationships.
The recommended way to use dapviz is through editor plugins:
Alternatively, dapviz can be used as a standalone program. Download the latest version from the releases section and run it from the command line:
$ dapviz install netcoredbg
$ dapviz --debug-adapter netcoredbg <PATH-TO-PROGRAM>.dll├── editor -- Editor integrations
├── playground -- Test projects
└── server -- The dapviz react-three-fiber frontend
└── src-backend -- The dapviz rust backend