console: a debugger for async rust
Summary
tokio-console is a debugger for async Rust with a wire protocol based on gRPC, instrumentation via console-subscriber, and a CLI tool to connect to instrumented apps. the article outlines usage, setup, and development context, highlighting how to instrument and run the console for debugging async workloads.