I would like to change a debug setting on VS 2012 project to allow for unmanaged code debugging. If I look on MSDN I find that there are only articles to enable this for Visual Studio 2010, 2008, and 2005. I am running into an AccessViolationException attempting run a third party code, and it appears that the unmanaged code may be causing the problem.
My question is: does Visual Studio 2012 have an option to enable debugging unmanaged code? If not, is this option built-in/hardcoded to be either enabled or disabled?
EDIT
This is for an ASP MVC solution. Here's a screen shot of the options from the properties window for my project.
And here are the properties for the solution
Web Properties