Breakpoint to suspend only one thread and not the others 关注
已回答
I'd like to know if there's a way to set a breakpoint so that it only suspends one specific thread when hit, others pass by like it is disabled in a multithreaded application.
请先登录再写评论。
There is a way to set a thread breakpoint. You can also add a condition and compare the thread ID / name to the one you need to stop only in this specific thread.
See also the related answers on StackOverflow: