I am using Visual Studio 2015 Update 1 Immediate Window to see some objects' memory layout.
First, I created a Console Application Project and changed the Project Properties: checked the Enable native code debugging
check box at the Debug
tag. Second, I checked Tools → Options → Debugging → Use Managed Compatibility Mode
. At last, I typed load sos.dll
in the Immediate Window, after a while I get this output like this:
Error during command: Warning. Extension is using a callback which Visual Studio does not implement.
Error during command: Exception c0000005 occurred at 2A667BA6
I really don't know how to solve this problem and what is the meaning...