-
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Sukesh Ashok Kumar edited this page Jun 25, 2020
·
6 revisions
Simple Automated Debugger to run Windbg native commands and also query .NET CLR Runtime data in C#
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.
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.
Learn more about other projects @ https://sukesh.me