Advanced Search
Welcome to Omgili,
Omgili (Oh My God I Love It ;) is a search engine for discussions. With Omgili you can find answers and solutions, debates, discussions, personal experiences, opinions and more... To learn more about Omgili click here.

This is a complete preview of the discussion as it was indexed by Omgili crawlers. Use this preview if the original discussion is unavailable.
Click here to view the original discussion.

windbg debugger !uniqstack clr equivalent

I am trying to find the windbg command that will show all the CLR stacks similar to the way !uniqstack & ~* k work. Is there a command for this?

Check out SOS commands !CLRStack, !DumpStack and !EEStack.

Does one of these get you what you are looking for? If not, I'd try to write a macro in windbg that will call !CLRStack for each thread. -Karel

To supplement Karel's reply: To show all stacks in one run, please use this command: ~*e!clrstack Regards, Jaliang Ge Please remember to mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code Framework!

If you have any feedback, please tell us.