rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
98.5k stars 12.74k forks source link

Debugger support for Rust async/await #73522

Open tmandry opened 4 years ago

tmandry commented 4 years ago

It would be very nice if a debugger could show things like

This is a "meta issue" to track features and ideas like this.

Prior art

nikomatsakis commented 4 years ago

Tagging as triaged for now.

memoryruins commented 2 years ago

For an update to prior art, tokio-console implements some of these ideas and others. There was an announcement post last year, and its readme mentions sharing a bit in the vision of pnkfelix's series of blog posts. For user interfaces, a CLI/TUI is provided by tokio-console, but its API can also be built on by others, such as a Grafana data source.