Tutorial by Examples

Documenting your work Remember what you've done and retain long outputs which can't be kept in WinDbg's buffer. It's always good to have a log available for reproducing debugging steps, e.g. to ask questions on Stack Overflow. CommandPurpose.logopencreate a log file.logcloseclose the log file.dump...
The .cmdtree command allows to open a .txt file with predefined commands which you can simply double click to execute. How to create command file Create the file using this template windbg ANSI Command Tree 1.0 title {"Window title"} body {"Group Heading"} {"Name...

Page 1 of 1