version 17.9.6

About this tag
The tag version 17.9.6 on WindowsForum.com covers discussions related to debugging multi-threaded applications in Visual Studio. Users report issues where breakpoints are hit by multiple threads, causing the debugger to stop and resume unexpectedly. Topics include understanding thread behavior during debugging, techniques to isolate a single thread while stepping through code, and identifying which thread is stopped at a breakpoint. The content focuses on Visual Studio debugging features and multi-threading challenges, relevant for developers using version 17.9.6.
  1. Alex Sokolek

    Multi-threading, Visual Studio, and Breakpoints

    Hi. I need some clarification and/or help with a multi-threaded application being debugged with Visual Studio. I notice that when I hit a breakpoint in a thread, it stops, and I can examine the status and values, but when I step to the next instruction, the debugger goes back to the original...
Back
Top