N
not_a_commie
If I breakpoint on the closing brace of a function with a return
value, can I see what the return value is at that point? How? Thanks.
Example:
bool funcA() {
return funcB();
} // breakpoint here and I want to know what funcB returned
value, can I see what the return value is at that point? How? Thanks.
Example:
bool funcA() {
return funcB();
} // breakpoint here and I want to know what funcB returned