Host of debugging-related extensions such as post-mortem tools or WinDBG extensions
☆219Apr 23, 2026Updated this week
Alternatives and similar repositories for DebuggingExtensions
Users that are interested in DebuggingExtensions are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Helper objects to browse complex structures returned by ClrMD☆68Oct 10, 2025Updated 6 months ago
- Extensions for the new WinDbg☆109Aug 18, 2025Updated 8 months ago
- Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )☆707Jun 25, 2020Updated 5 years ago
- Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.☆1,144Updated this week
- WinDbg extension for data mining managed heap. It also includes commands to list http request, wcf services, WIF tokens among others☆251Feb 12, 2026Updated 2 months ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- C# debugging automation tool☆96Dec 8, 2022Updated 3 years ago
- Proof-of-concept of a simple CPU profiler written in C#☆22May 31, 2025Updated 10 months ago
- Source code based on TraceEvent to listen to CLR events at runtime☆201Mar 13, 2025Updated last year
- Write minidumps of .NET processes with full memory, only CLR heaps, or no memory at all☆222Mar 15, 2019Updated 7 years ago
- My notes on software troubleshooting, covering debugging and tracing techniques and tools. Available at wtrace.net.☆347Feb 26, 2026Updated 2 months ago
- A service for automated crash-dump analysis☆533Apr 2, 2026Updated 3 weeks ago
- Command-line tool for debugging issues in async code☆22Dec 9, 2019Updated 6 years ago
- Identify and reduce memory used by duplicate .NET strings☆310Mar 18, 2026Updated last month
- Command-line environment a-la WinDbg for executing SOS commands without having SOS available.☆95Jun 22, 2022Updated 3 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆71Jan 13, 2023Updated 3 years ago
- Attempts to calculate the size of managed options (heap size) from within an application. Basically, compare this library to the SOS !Obj…