WinDbg has a built in undocumented feature that can be very useful to remember commonly used WinDbg commands. In essence it will build you a personalized GUI cheat-sheet of your commonly used commands.
They command to generate this is “.cmdtree c:\temp\myCommands.txt” , myCommands.txt here is a test file with a list of commands. You have to manually populate this file with commands.
Steps:
- Create Commands file
- Open WinDbg
- Open a dump file.
- Load the symbols
- then use above command
Example commands file:
