Add a Breakpoint

Easily add breakpoints when you get an exception in your code

When you run your code and get an unhandled exception, you can click Create breakpoint in the Run window to debug it.


Related Resources

Generate a UML diagram
Generate a UML diagram
IntelliJ IDEA Ultimate allows you to generate UML diagrams.
Find in File
Find in File
Find a specific name or string in your file.
Debugging Streams
Debugging Streams
Visualize the flow of data through a Java stream.