Skip to content
Sukesh Ashok Kumar edited this page Jun 25, 2020 · 6 revisions

Welcome to AutoDebug!

Simple Automated Debugger to run Windbg native commands and also query .NET CLR Runtime data in C#

Overview

Microsoft.Diagnostics.Runtime (ClrMD) is a set of APIs for introspecting processes and dumps. AutoDebug project make use of ClrMD v2 API's to build the underlying debugger.

Why AutoDebug?

Quite often when you have large memory dumps, you need to run multiple debugger commands first to start looking deeper into the issues. This project would provide an easy way to automate running a set of commands on the memory dumps at hand.