When I\'m debugging, I often have to deal with methods that does not use an intermediate variable to store the return value :
private int myMethod_1()
For those who are looking for a solution to this in VB.NET:
It was so simple, I can't believe I did not see it : To look at the value a function will return : just place the pointer over the function's name. The value will be shown in a tool tip.
The change the value : just click on this tool tip, change the value and hit enter.
Visual Studio is very cool !
Note : I tested it in VB.NET on Visual Studio Team System 2008. Just tried using C#, but it does not work... :-(