Runar Ovesen Hjerpbakk

Software Philosopher

Missing User-Unhandled Column in VS Debug Exceptions

Symptom

The Exceptions window under Visual Studio's Debug menu is missing the column User-unhandled. Only the column Thrown is shown.

Debug Exceptions Window

Solution

Go to Debug -> Options And Settings… and check the checkbox named Enable Just My Code.

Debug Options And Settings

The missing column will return.

Debug Exceptions Window Fixed

Cause

Enable Just My Code was enabled by someone, probably you 😉