Is it possible to call a method from WinDbg / SOS
Is it possible to call managed method from windbg? Is there any .NET equivalent for .call
? Or how to use it to call managed method?
I'm interested in attaching as a live session to a pro开发者_JAVA技巧cess on production (Release with no pdb) where is no possibility to use Visual Studio Debugger.
精彩评论