The best magazine
How Do I Stop Just-In-Time Debugging From Popping Up?
- 1). Click the "Tools" drop-down menu at the top of the Visual Studio window, then click "Options."
- 2). Click the "Debugging" folder on the left side of the "Options" window.
- 3). Remove the checks from the "Managed," "Native" and "Script" boxes under "Enable Just-In-Time debugging of these types of code."
- 4). Click the "OK" button and close Visual Studio to save the settings.
Source: ...