//on jetbrains IDE
To examine how the program operates at runtime, we need to suspend its
execution before the suspected piece of code. This is done by setting
breakpoints. Breakpoints indicate the lines of code where the program
will be suspended for you to examine its state.