IntelliJ IDEA provides a full range of capabilities for debugging your source code. A debugger is a powerful and versatile tool that executes a program in a controlled environment. With a debugger, you can see the inner state of an application, find bugs, understand code, and do many other things.
This screencast demonstrates some basic debugging features:

  • Start code execution in debug mode;
  • Pause, resume, restart or stop debugger;
  • Breakpoints;
  • Step actions;
  • Variable pane;
  • Modify code behavior without changing source

For more information, go to: https://jb.gg/0geri9
Download IntelliJ IDEA: https://jb.gg/download-intellij-idea
Top 15 IntelliJ IDEA shortcuts: https://youtu.be/QYO5_riePOQ

#intellij

Debugger basics in IntelliJ IDEA (2020)
1.25 GEEK