.NET 4.0 Debugging Behavior
Posted
by Jason
on Stack Overflow
See other posts from Stack Overflow
or by Jason
Published on 2010-06-10T14:59:59Z
Indexed on
2010/06/10
15:32 UTC
Read the original article
Hit count: 243
We recently migrated to VS 2010. We installed .NET 4.0 on our test machine. When we execute a console application that throws an exception, we no longer see the exception message and stack trace printed to the console but instead see the message
An unhandled win32 exception occurred in something.exe [PID]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time.
We do have the above setting enabled.
What do we need to do to return to the behavior we had previously?
© Stack Overflow or respective owner