PreviousNext

Extending the new WinDbg, Part 2 – Tool windows and command output

by bill-s, 2018-01-19T12:19:52.000Z

This article explains how to extend the new Windbg to add history and multiple editors support. The history feature will allow you to recall an old command without scrolling all the way up or re-executing it (which can be painful when dealing with huge memory dumps).

Read More