How to Get Rid of Just-In-Time Debugging
- 1). Log in to the Windows operating system using your administrator name and password.
- 2). Launch Microsoft Visual Studio.
- 3). Click "Tools" and then "Options."
- 4). Select the "Debugging" folder.
- 5). Select the "Just-In-Time" page in the "Debugging" folder.
- 6). Uncheck the boxes next to "Managed," "Native" and "Script" in the "Enable Just-In-Time Debugging of These Types of Code" box.
- 7). Click "OK."
Source...