Browse by Tags
All Tags »
Debug (RSS)
This blog is a short guide to provide some basic info regarding Boot Configuration Data Editor (BCDEdit), and present a collection of useful links where more detail is available. Boot Configuration Data (BCD) provides a store that is used to describe
Read More...
"You probably can’t avoid tech support problems entirely, but by using tools that Microsoft’s Global Escalation Services support team uses, you can obtain detailed Windows system and application information that can shorten a support call or even avoid
Read More...
There is an undocumented feature in WinDbg that may be useful for remembering WinDbg commands and essentially building a personalized GUI cheat-sheet of commonly commands. The syntax is ".cmdtree c:\debuggers\cmdtree.txt" where cmdtree.txt is a text file
Read More...
During a discussion here about debugging in Windows we got onto the topic of extensions and tricks to speed things up and cut out extra steps. One super simple tip is to associate the .DMP memory dump files with WinDbg, this was previously posted by another
Read More...
If you happen to be debugging and hit the PrtScn / SysRq key on the debugee you may have noticed that this caused the debugger to break in. In certain situations this may not be the desired, thankfully it can be changed. This behavior and the modification
Read More...