1.5.9 How to Debug Returned Values

To debug returns, step through the method that has the return statement and when it returns to the calling method, check to see that the variable/field catching the return is the correct value.