-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
Describe the feature you'd like
When debugging ASP.NET Core applications or multithreadend backend services, oftentimes the same breakpoint is hit multiple times from different threads.
As a developer, I want to be able to freeze threads other than the current one to efficiently debug a single execution of the code.
Alternatives considered
Switch to Rider... 🙄
Environment Information
VS Code on macOS
Reactions are currently unavailable