Make sure you have Just My Code Enabled
by going into Tools–>Options–>Debugger–>General–> Enable Just My Code. This will change your Debug–> Exceptions Dialog Box to show a CheckBox for User-unhandled Errors.
Related Contents:
- Visual Studio: How to break on handled exceptions?
- Slow debugging issue in Visual Studio
- How do I set specific environment variables when debugging in Visual Studio?
- Error: Cannot access file bin/Debug/… because it is being used by another process
- How to debug external class library projects in visual studio?
- Visual Studio 2010 isn’t building before a run when there are code changes
- How do I “Add Existing Item” an entire directory structure in Visual Studio?
- Adding a guideline to the editor in Visual Studio
- Break when a value changes using the Visual Studio debugger
- How do you use the Immediate Window in Visual Studio?
- Toggle “Break when an exception is thrown.” using macro or keyboard shortcut
- Where can I get a VB6 IDE [duplicate]
- Visual Studio refuses to forget breakpoints?
- Visual Studio – how to find source of heap corruption errors
- What is “stdafx.h” used for in Visual Studio?
- Debugging with command-line parameters in Visual Studio
- Microsoft.ACE.OLEDB.12.0 provider is not registered
- What is the best way to dump entire objects to a log in C#?
- Unable to launch the IIS Express Web server
- Resolving LNK4098: defaultlib ‘MSVCRT’ conflicts with
- Set content files to “copy local : always” in a nuget package
- “The breakpoint will not currently be hit. The source code is different from the original version.” What does this mean?
- Why is cross thread operation exception not thrown while running exe in bin\Debug
- Proper way to rename solution (and directories) in Visual Studio
- VS2010 How to include files in project, to copy them to build output directory automatically during build or publish
- Call C standard library function from asm in Visual Studio
- How to tell if .NET code is being run by Visual Studio designer
- Will installing Visual Studio 2010 side by side with VS2008 cause problems?
- How to set standard encoding in Visual Studio
- Should I add the Visual Studio .suo and .user files to source control?
- Visual Studio Post Build Event – Copy to Relative Directory Location
- What is a “first chance exception”?
- Microsoft Visual Studio: opendir() and readdir(), how?
- Why is Visual Studio 2010 not able to find/open PDB files?
- Error HRESULT E_FAIL has been returned from a call to a COM component VS2012 when debugging
- What does “Optimize Code” option really do in Visual Studio?
- Open a file in Visual Studio at a specific line number
- Has anyone had success with Visual Studio 6 on Windows 7?
- Uniquely Identifying Reference Types in the Debugger
- Visual Studio project type guids
- Solution-wide pre-build event?
- ESLint support Visual studio 2017
- Unable to create the virtual machine
- Avoiding “Press any key to continue” when running console application from Visual Studio
- Program and debugger quit without indication of problem
- Can the Visual Studio Debugger display strings unquoted/unescaped?
- Unblocking a DLL on a company machine. How?
- Change language of Visual Studio 2017 RC
- How do I attach Visual Studio to a process that is not started yet?
- “Value does not fall within the expected range” when trying to add a reference in a project