How to Stop Your Debugger from Breaking on First-Chance Exceptions in Visual C++ 2003
Understanding the Problem: First-Chance Exceptions in Visual C++ 2003 When debugging a program remotely in Visual C++ 2003, you might encounter a frustrating issue: your debugger stops unexpectedly on ...