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

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes