This extension adds a "Stick to Thread" mode to Visual Studio 2022+. When the "Stick to Thread" button is clicked initially, it toggles the mode to "on" and all threads except the current thread are frozen. When clicked again, the button toggles the mode to "off", "un-sticking" from the current thread by un-freezing all threads. The "Stick to Thread" button is in the Threads Window, the top tool bar under "Debug", and the stepping sub-menu beneath the top tool bar. The button is only available when actively debugging. |