What is your favourite Windbg tip/trick?

Posted by user15071 on Stack Overflow See other posts from Stack Overflow or by user15071
Published on 2008-09-24T14:37:38Z Indexed on 2010/04/28 16:13 UTC
Read the original article Hit count: 288

Filed under:
|
|
|

I have come to realize that Windbg is a very powerful debugger for the Windows platform & I learn something new about it once in a while. Can fellow Windbg users share some of their mad skills?

ps: I am not looking for a nifty command, those can be found in the documentation. How about sharing tips on doing something that one couldn't otherwise imagine could be done with windbg? e.g. Some way to generate statistics about memory allocations when a process is run under windbg.

© Stack Overflow or respective owner

Related posts about c++

Related posts about Windows