WinDBG

From ReactOS Wiki
Revision as of 21:21, 23 August 2011 by Haos (talk | contribs) (Online reference)
Jump to: navigation, search

Online reference

http://msdn.microsoft.com/en-us/library/ff540507.aspx

http://www.osronline.com/ddkx/ddtools/gflags_7u5v.htm

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