Visual Studio 2008 started using C++ syntax when debugging a C# project! -


Has anyone ever experienced this?

Blue, Visual Studio 2008 C + project debug has started using C ++ syntax, even if I have ever used C ++ on this computer + The project is not opened (though it is installed). Restarting the Visual Studio and the computer does not help, is any view on this out of the studio without restoring it?

Wow, that's awesome if I knew how to turn that option on demand. I'll give to your left pink. This C ++ syntax is not BTW, it is a managed language version of C ++ / CLI, C ++ Is there a C ++ / CLI code in your project? You are debugging a 64-bit program, which uses a very different debugger. Debugging 'experience' is usually better if you force your debug build to run in 32-bit mode. Project + Properties, Create Tab, Platform Targets = x86 Also Enable Editing + Continue.

For a VS2008 debugger this fixes several debugger problems.


Comments