Is there any way to get the values of local variables (like sosex !mdv) with ClrMD?

StackOverflow https://stackoverflow.com/questions/21452762

  •  04-10-2022
  •  | 
  •  

سؤال

Using windbg with SOS and SOSEX, I can use the !mdv command which "Displays arguments and locals for a managed frame". Is there any way to achieve the same results programmatically with ClrMD?

هل كانت مفيدة؟

المحلول

I've synced with the dev who owns CLR MD. We currently don't have support for locals, but we plan on providing it at some point.

To set expectations, we're thinking of providing a fidelity similar to !clrstack but not as detailed as ICorDebug.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top