We primarily rely on IntelliJ for debugging backend codebase.
The following steps will help you get up and running with IntelliJ.
For learning advanced debugging skills with IntellJ, please refer IntelliJ's official [documentation](https://www.jetbrains.com/help/idea/debugging-code.html).
## Set up Breakpoints
Identify the statements of interest in the codebase and set up breakpoints, by clicking on the left margin (red dot indicates a break point).