This is a nice command to see all the exceptions in the heap (as long as your exceptions have the word Exception in the class name):
.foreach ( obj { !dumpheap -type Exception -short } ) {!DumpObj ${obj} }
Pinched from another blog, and tweaked, but I've blogged it here for my own reference.
Monday, January 18. 2010
windbg - Examining exceptions
Trackbacks
Trackback specific URI for this entry
No Trackbacks


