debugger features

About this tag
Discussions on WindowsForum.com about debugger features focus on multi-threaded debugging in Visual Studio. Users seek clarification on breakpoint behavior when multiple threads hit the same breakpoint, causing the debugger to stop repeatedly. Topics include how to identify which thread is stopped at a breakpoint, controlling thread execution during single-stepping, and best practices for debugging concurrent code. These threads provide practical insights for developers using Visual Studio's debugger to troubleshoot multi-threaded applications on Windows.
  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