Difference between revisions of "WinDBG"
m (→MSDN reference) |
(→Useful commands) |
||
Line 12: | Line 12: | ||
|- | |- | ||
| !gflag +soe || catch all exceptions (first exception handling) apart from STATUS_PORT_DISCONNECTED or if the exception code is not an error code; | | !gflag +soe || catch all exceptions (first exception handling) apart from STATUS_PORT_DISCONNECTED or if the exception code is not an error code; | ||
+ | |- | ||
+ | | .reload /user || reloads user symbols and enables resolving of usermode | ||
|} | |} |
Revision as of 21:32, 16 July 2011
MSDN reference
http://msdn.microsoft.com/en-us/library/ff540507.aspx
Useful commands
command | description |
---|---|
ta | trace to address; |
x *! | full modules list (atm lm is only showing basic modules); |
!gflag +soe | catch all exceptions (first exception handling) apart from STATUS_PORT_DISCONNECTED or if the exception code is not an error code; |
.reload /user | reloads user symbols and enables resolving of usermode |