Open
Description
Is it possible to configure a breakpoint (or the debugger in general) to pause all threads when a breakpoint is hit?
I have a scenario where once one of my (worker) threads hits a breakpoint, the main thread continues creating more threads that also end up hitting the same breakpoint. I can manually pause my main thread when my breakpoint is reached, but it would be nice to be able to configure the breakpoint so that all threads are automatically paused. (This would probably need to be integrated with any new Continue All action being discussed elsewhere to make it easier to resume operation).