Understanding the Debugger

Use the debugger to help you understand what your code is doing.

Use the IntelliJ IDEA debugger to see, set and watch the values of variables and help you understand what your code is doing.


Related Resources

Debugging Streams
Debugging Streams
Visualize the flow of data through a Java stream.
Presenting with IntelliJ IDEA.
Presenting with IntelliJ IDEA.
Tips & tricks to level up your presentation skills with IntelliJ IDEA.
Evaluate Expression
Evaluate Expression
Evaluate an expression during a debugging session to learn more about the problem.