.NET应用程序调试—原理、工具、方法(10)
Lock
ID OSID ThreadOBJ State GC Mode GC Alloc Context Domain Count Apt Exception
7 1 43a8 00dc2620 28220 Preemptive 1484CA40:00000000 00dbe558 0 Ukn
15 2 4414 00dd38d0 2b220 Preemptive 00000000:00000000 00dbe558 0 MTA (Finalizer)
17 3 441c 00e09e88 102a220 Preemptive 00000000:00000000 00dbe558 0 MTA (Threadpool Worker)
18 4 4420 00e0ce80 21220 Preemptive 00000000:00000000 00dbe558 0 Ukn
当然还有很多其他很不错的命令,这里我个人觉得这几个比较常用,要想了解所有的命令可是在调试器中使用扩展命令!help来查看所有的命令帮助。
0:000> !help
-------------------------------------------------------------------------------
SOS
is a debugger extension DLL designed to aid in the debugging of
managed
programs. Functions are listed by category, then roughly in order
of
importance. Shortcut names for popular functions are listed in
parenthesis.
Type "!help <functionname>" for detailed info on that
function.
Object Inspection Examining code and
stacks
-----------------------------
-----------------------------
DumpObj (do)
Threads
DumpArray (da) ThreadState
DumpStackObjects
(dso) IP2MD
DumpHeap
U
DumpVC
DumpStack
GCRoot
EEStack
相关新闻>>
- 发表评论
-
- 最新评论 更多>>