Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the Exception Assistant in Visual Studio 2013?

I just started using VS2013 Express for Windows, but I'm more used to VS2008.

When an exception is thrown in my program, I see the following window: VS2013 Exception Message

I get no more information. If I click break, I have no way to even find out what type of exception was thrown again. In older versions, I was able to click "Details" and open a property window. At least, if I closed it, I was able to open the exception details again by hilighting the problem line while the execution was still paused.

Is there any way to get the old functionality, or at least an equivalent? This makes it much harder to debug without the full information.

like image 708
Louis Ingenthron Avatar asked Nov 11 '22 14:11

Louis Ingenthron


1 Answers

Looks like a known problem in 2012/2013 (Express edition):

http://connect.microsoft.com/VisualStudio/feedback/details/806898/the-exception-assistant-is-missing-again-in-2013

Good luck!

like image 180
Michael Avatar answered Nov 14 '22 22:11

Michael