Automated Debugging using WinDbg and PowerShell

by Doug Finke on August 18, 2008

in PowerDbg, PowerShell

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

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>