-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-async-awaitArea: Async & AwaitArea: Async & AwaitAsyncAwait-TriagedAsync-await issues that have been triaged during a working group meeting.Async-await issues that have been triaged during a working group meeting.
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
Kxuan and ajwerneryoshuawuyts, sify21, estebank, Fishrock123, zeenix and 6 more
Metadata
Metadata
Assignees
Labels
A-async-awaitArea: Async & AwaitArea: Async & AwaitAsyncAwait-TriagedAsync-await issues that have been triaged during a working group meeting.Async-await issues that have been triaged during a working group meeting.