Y
Hacker News
new
|
ask
|
show
|
jobs
by
Nick-Craver
3625 days ago
We have an internal tool where we can dump stack traces almost instantly by attaching to a running process. We can't open source it due to using Microsoft lab code which was never licensed itself. However, clrmd (
https://github.com/Microsoft/clrmd
and
https://www.nuget.org/packages/Microsoft.Diagnostics.Runtime
) means an open source version is hopefully on the horizon. As an example, here's the result of me piddling in 2 hours with LinqPad:
https://gist.github.com/NickCraver/d6292c0c7f93767686e8c5c89...
Process attachment is in the clrmd roadmap, but isn't stable yet.
1 comments
skeletonjelly
3625 days ago
Awesome. Thanks for the response, love your work Nick.
link