Settings

Theme

Show HN: Library to help find memory leaks for C#

github.com

2 points by theolivenbaum 4 days ago · 0 comments · 1 min read

Reader

I got tired of shelling out to dotnet-gcdump to investigate memory leaks, so I made a tiny C# library that lets you trigger .gcdump captures programmatically. Useful for debugging memory leaks, taking snapshots before/after operations, or grabbing dumps automatically in CI.

Repo: https://github.com/curiosity-ai/memory-introspect

Package: https://www.nuget.org/packages/Memory.Introspect

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection