Assist with core.async debugging
Open
enhancement
- Dominant language
- Clojure
- Stars
- 776
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
I can imagine implementing "core.async" sidebar pane on Sources panel.
When stopped on a breakpoint this pane would list all existing go blocks and their state (running/how they are parked). One could click on them to see the source code location where given go block is being parked.
Another feature could be better presentation of channels. Custom formatter could display all pending puts and takes on given channel, also it could display state of associated buffer.
This would require a fork of core.async with added debugging capabilities.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.