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

Welcome to the AutoDebug wiki!

AutoDebug

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

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 for running a set of commands on the memory dumps at hand.

Clone this wiki locally