console
console copied to clipboard
a debugger for async rust!
The task detail view of console now shows the tree of extant consequences stemming from that task; i.e., which spans are open beneath the task. The leaves of the task,...
### What crate(s) in this repo are involved in the problem? tokio-console ### What is the issue? When stopping, and then re-starting `tokio-console`, a number of idle tasks are dropped...
### What crate(s) in this repo are involved in the problem? tokio-console ### What is the issue? tokio-console shows a warning for a task having lost it's waker. But the...
## Motivation Currently, the task details view always gives the list of fields 50% of the vertical space. This isn't a particularly effective use of space when a task has...
### What problem are you trying to solve? *What is my program busy doing right now?* For synchronous applications, this question can be answered by capturing stack traces from the...
This PR switches to using `Span::record` for recording state updates on async ops and resources as suggested in #246. The changes a bit the scheme for naming attributes. Basically now...
As a part of addressing #225 , I'm introducing a new floating pane which can show information relevant to the current in focus pane. This can include shortcuts, key bindings...
- refactored MiniHistogram so wake to poll histogram can reuse some code from poll duration histogram - added Percentiles widget so wake to poll can reuse code from poll duration...
This is a partial step towards resolving #9, but isn't complete.