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.
Add a Breakpoint
Add a Breakpoint
Add breakpoints when you get an exception in your code.
Create a new class
Create a new class
Create a new class and a new package.