I am trying to use a profiler in Visual Studio 2012 to analyze the memory performance of a mixed C # / C ++ application. While I am returning the data, it does not show me the class names - instead, it just looks something like 0x0200004C instead of String. Any idea what is going on here?
EDIT: Anyone is curious - maybe this was a bug in Visual Studio 2012 or maybe something strange in my VS 2012 configuration, but since I upgraded to Visual Studio 2013, the problem has disappeared. I will leave it open just in case someone stumbles upon it with a solution for VS 2012, but one answer would be βInstall VS 2013β.
Deeko
source share