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
No, I don't know of a way to do this. I would put a breakpoint in the caller and look at the return value there.