I'd like to call a .NET method while debugging a .NET application with WinDbg / SoS.
The concrete issue is that the method .ToString()
of an object generates relevant information for debugging. Obtaining this information manually can be tricky. So I'd like to call and obtain the results of a .NET method from WinDbg, in this case .ToString
. I think that calling other methods can be useful too.