Open
Description
It would be very nice if a debugger could show things like
- The set of active async tasks, similar to the list of threads in a program
- External backtraces for async tasks #73524 A "backtrace" of a given async task
- The state of any OS objects (files, sockets, etc) a task is blocking on
- The origin of an async task (where it was spawned), with possible backtrace captured at that point
This is a "meta issue" to track features and ideas like this.
Prior art
- Zero-cost async stack traces in Javascript