Is it possible to get a method\'s return value in the Visual Studio debugger, even if that value isn\'t assigned to a local variable? For example, I\'m debugging the follow
The answer of similar question out there:
In VS 2013, you can add the variable $ReturnValue to the watch. It contains the actual return value from a function.