Home > database >  In IntelliJ: Showing the return value from the method we just stepped out of
In IntelliJ: Showing the return value from the method we just stepped out of

Time:03-04

The article, IntelliJ IDEA Services tool window screengrab

When you click on the gear icon on the left, you can see the "Show Method Return Values" option. It's unchecked by default.

It shows the return value of the last method call (relative to where the debugger cursor is) in the "Variables" panel on the right.

  • Related