Community
Participate
Working Groups
Imagine you have a function that consists of a return statement only, like: return foo() && bar() || baz(); In this case, it is very difficult to debug what this function actually returns, because the return value is not displayed anywhere. Would it be possible to display it?
*** This bug has been marked as a duplicate of 75519 ***