Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is Visual Studio 2010 pretty-printing in C++ mode while stepping through C# code?

I am encountering a strange issue. i have all the latest updates in my PC. My OS is Windows 7. Can anyone help me out with this? I have tried resetting the Visual studio.

And here is the exact problem blown up to make it easier to see:

Close-up on the problem

like image 368
Madan Avatar asked Mar 05 '12 15:03

Madan


1 Answers

The Hex display is because you chose that option (clicked on the toolbar), click on it again to switch back to the normal display. The C++/CLI type is not related to the Hex dispaly issue though.

enter image description here

like image 172
Sofian Hnaide Avatar answered Sep 18 '22 08:09

Sofian Hnaide