Kevin Gosse 12/18/2019

Dumping stack objects with ClrMD

Read Original

This technical article details using the ClrMD library to programmatically dump stack objects (like arguments and local variables) from .NET threads, similar to WinDbg's !DumpStackObjects command. It demonstrates initial code, compares output on Windows, and investigates why the same approach fails on Linux due to the absence of the Thread Environment Block (TEB), explaining a key platform difference in .NET Core debugging.

Dumping stack objects with ClrMD

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser