Breaking single thread

后端 未结 5 1697
忘了有多久
忘了有多久 2020-12-15 18:08

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

5条回答
  •  伪装坚强ぢ
    2020-12-15 18:51

    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.

提交回复
热议问题