Archive for August, 2009
Conditional breakpoints in WinDbg
When tracking down a very specific issue in a driver (which typically means very low signal to noise ratio) conditional breakpoints in WinDbg tend to the the first thing to use before resorting to modifying driver source with additional tracing code and rebuilding driver. For example, one of the frequent challenges for file system filter [...]
