WinDBG

From ReactOS Wiki
Revision as of 12:25, 30 June 2011 by Gabrielilardi (talk | contribs) (MSDN reference)
Jump to: navigation, search

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;