SkillAgentSearch skills...

AutoDebug

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

Install / Use

/learn @sukesh-ak/AutoDebug
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AutoDebug

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

AutoDebug CI/CD

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.

Documentation

Make sure to check the Wiki for detailed information Wiki for documentation

Task list

  • [x] Functional debugger to run Windbg commands
  • [x] Run native Windbg Commands from text file
  • [x] Add CLR sample functions like SOS commands

Feedback

Feel free to provide feedback on how it would help and what needs to be added

  • Open issues
  • Send PR
  • Other ideas and suggestions are welcome
View on GitHub
GitHub Stars25
CategoryDevelopment
Updated3mo ago
Forks4

Languages

C#

Security Score

92/100

Audited on Dec 6, 2025

No findings