Evaluate Expression

Evaluate an expression during a debugging session

In debug mode, select Evaluate Expression ⌥F8 (macOS) / Alt+F8 (Windows/Linux) to evaluate the state of an expression. See the current values of objects and variables, or change the expression to evaluate something else.


Related Resources

Testing and debugging
Testing and debugging in IntelliJ IDEA
Debugging
Use the debugger to help you understand what your code is doing.
Debugging Streams
Visualize the flow of data through a stream