With:
Object method(){ ... return /* some complex expression */ }
Is there a way I can see what value will be returned while debugg
There is Watch method return values button available in the debugger panel.
Watch method return values: Click this button to watch return values of the last executed method.
IDEA 12 configuration: