Freeze/Thaw threads is an incorrect way because other threads don't execute any code.
The most correct and usable way is to:
- Hit Ctrl+A in the breakpoints window (select all breakpoints).
- Right click and select "Filter...".
- Enter "ThreadId=(current thread id)".
So all threads are executed, but the debugger hits on the current thread only.
No comments:
Post a Comment