Visual Studio 2013 not pointing out exceptions?

2

My VS has stopped telling me where my code errors are so I have no idea how to fix it when it crashes. What it used to do is something like this:

Helpful exception dialog

This exception dialog is very helpful. But it's gone for me. When I debug my program now, it just hangs then stops debugging. An extremely unhelpful error message appears in the Output too (nothing in the Error List though)

A first chance exception of type 'System.NullReferenceException' occurred in LidgrenTest.exe
The program '[6180] LidgrenTest.vshost.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.

It doesn't even tell me what line it's on! Any ideas?

visual-studio-2013
exceptions
asked on Super User Jun 17, 2015 by Pyroglyph

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0