I have a crash dump file that I need to analyze using windbg to run some tests. Due to some restrictions I can\'t comment, my symbols folder can only contain the symbols needed to analy开发者_JAVA技
I am using Windbg to diassemble managed code (written in C#, console application) using Windbg\'s !U command from sos.dll. I find when using !U to diassemble a managed function, the diassembled IL cod
I am using Windbg to load a crash dump from managed code (C#, a console application built for Any CPU), and crash dump is created on x64 platform. I am debugging on x64 platform.
I am trying to track down why some objects in my application are pinned.The objects I have looked at so far are object arrays !gcroot is showing the array as being pinned but I do not know how to figu