priroda icon indicating copy to clipboard operation
priroda copied to clipboard

A graphical debugger for Rust MIR

Results 13 priroda issues
Sort by recently updated
recently updated
newest added

Certainly for reviewing purposes, this whole function is a bit messy in terms of control flow. I do believe that these changes are equivalent. _Originally posted by @DJMcNab in https://github.com/oli-obk/priroda/pull/46#discussion_r602726637_

This is an extremely high level issue for tracking that we might want to be able to simulate multiple mir threads on multiple software threads sanely, for performance reasons, and...

https://github.com/rust-lang/miri/pull/1733#issuecomment-790528244

enhancement

Although we depend on `miri` from https://github.com/rust-lang/miri directly, we require that the user installs a sysroot manually using `cargo miri setup` (since that comes from the `miri` rustup component). This...

enhancement

At the moment, priroda is two conceptually seperate but entwined parts, namely the web frontend and the additional support code for debugging MIR. I propose that we split priroda into...

enhancement

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...

enhancement

> I agree that this would be nice, but, unfortunately, this would be a more substantial change and right now I do not have enough time for that. that's totally...

* [x] Alloc watching (#6) * [x] Flame graph (cpu, memory) (#6) (reference for me: http://www.brendangregg.com/flamegraphs.html) * [ ] Better representation of structs and enums. Also show field indexes/names and...

https://github.com/jonhoo/inferno It is written in rust and can be used as a library.