Depuración de un punto muerto con el comando clrstack de Windbg
Cuando emití el comando clrstack, obtuve el siguiente resultado. Es la pila de llamadas de un hilo de bloqueo que posee un punto muerto y da como resultado un punto muerto. ¿Es ese su propósito exacto? ¿Tiene algún otro propósito (sin ningún parámetro)? ¿Dónde puedo obtener más información?
!clrstack
OS Thread Id: 0x1b2c (6956)
ESP EIP
0012f370 7c90e514 [HelperMethodFrame: 0012f370] System.Threading.Thread.SleepInternal(Int32)
0012f3c4 79299275 System.Threading.Thread.Sleep(Int32)
0012f3c8 00e0030f testlock.LockTest.Test()
0012f420 00e00146 testlock.Program.Main(System.String[])
0012f69c 79e71b4c [GCFrame: 0012f69c]