Writing a 'Debugging Tools for Windows' Extension
I've written a three part series in MSDN Magazine that covers the Debugging API (specifically, DbgEng).
Writing a Debugging Tools for Windows Extension - Part 1 - March 2011
Covers the build environment and the basics of Output, reading Memory and reading Registers
Web: https://msdn.microsoft.com/en-us/magazine/gg650659.aspx
PDF: https://download.microsoft.com/download/4/D/4/4D40CAFF-528D-4AAF-80AA-2DD524A22BD2/MSDN_0311DG.pdf
Writing a Debugging Tools for Windows Extension - Part 2 - May 2011
Covers the how of Debugger Markup Language (DML)
Web: https://msdn.microsoft.com/en-us/magazine/hh148143.aspx
PDF: https://download.microsoft.com/download/0/5/7/057B35F0-6EF1-4E27-AE3A-9E7FD2060A63/MSDN_0511DG.pdf
Writing a Debugging Tools for Windows Extension - Part 3 - June 2011
Covers the how and why to use Debugger Clients and Debugger Output Callbacks
Web: https://msdn.microsoft.com/en-us/magazine/hh205613.aspx
PDF: https://download.microsoft.com/download/8/F/3/8F3FC55F-AB8F-4F1C-88CB-844901839517/MSDN_Magazine_0611.pdf
Comments
- Anonymous
October 13, 2011
I've been told that the code download for the 3rd article was pointing to the 2nd article's code - the link should be fixed now. (The 3rd download has all 3 articles in it)