Developers.md
February 1, 2026 ยท View on GitHub
Developer Documentation
Debugging async code with tokio-console
chdig supports tokio-console for debugging async tasks and runtime behavior.
To enable tokio console support:
-
Build with the
tokio-consolefeature:cargo build --features tokio-console -
Run chdig:
cargo run --features tokio-console -
In a separate terminal, start tokio-console:
# Install if needed cargo install tokio-console # Connect to the running application tokio-console