Is it possible to break a single thread in Visual Studio, while other threads will continue their execution?
I have one background thread that does simple data sendi
open the thread view (Debug->Windows->Threads), right-click the thread you want to suspend, select 'Freeze'. Select 'Thaw' to put it back in a running state.