When debugging C/C++ (unmanaged?) code in VS, after stepping out of a function, you can see the returned value in the 'autos' window:
alt text http://img156.imageshack.us/img156/6082/cpp.jpg
However, this does not work for C# code:
alt text http://img120.imageshack.us/img120/9350/38617355.jpg
Any suggestion on how to get the return value other than cluttering the code with temporary variables?