oli-obk / priroda

A graphical debugger for Rust MIR
Apache License 2.0
183 stars 13 forks source link

Support something like the debug adapter protocol #31

Open DJMcNab opened 3 years ago

DJMcNab commented 3 years ago

https://microsoft.github.io/debug-adapter-protocol/

That is, allow priroda to be used as a backend within vscode or similar. Obviously, this would be a lot of work, but it could have some incredibly powerful results.

bjorn3 commented 3 years ago

The basic functionality can be exposed this way, but more advanced things like allocation tracking, the mir graph, flamegraphs and raw allocation viewing would not be supported.