Automated Debugging using WinDbg and PowerShell

August 18th, 2008 / Development in a Blink

On CodePlex PowerDbg.

Enables you to easily create PowerShell scripts that automate the debugging session interacting with WinDbg.

Can be used for

  • Kernel Mode
  • User Mode
  • Post-Mortem debugging
  • Live Debugging
  • Native code
  • Managed code

In addition

  • Easier to create scripts
  • Leverage the .NET Framework
  • Debugging and tracing features
  • Code reuse through functions and cmdlets
  • Easier maintenance
  • Easier to build large scripts
  • Easier to format and display the important information

Comments are closed.