Breakpoints | IntelliJ IDEABreakpoints are special markers that suspend program execution at a specific point. This lets you examine the program state and behavior. Breakpoints can be simple (for example, suspending the program on reaching some line of code) or involve more complex logic (checking against additional conditions, writing log messages, and so on).https://www.jetbrains.com/help/idea/using-breakpoints.html