Update Debugging In Intellij authored by Gregory Neibert's avatar Gregory Neibert
The Intellij documentation has a really in-depth explanation of how to use the debugger [(linked here)](https://www.jetbrains.com/help/idea/debugging-code.html#refreshers), so if you desire to use a more complex tool than those explained here, that documentation is a good place to start. However, due to it being very in-depth, a summary for the basic debugger is provided here. The Intellij documentation has a really in-depth explanation of how to use the debugger [(linked here)](https://www.jetbrains.com/help/idea/debugging-code.html#refreshers), so if you desire to use a more complex tool than those explained here, that documentation is a good place to start. However, due to it being very in-depth, a summary for the basic debugger is provided here.
## Basics ## Basics
### Creating and Removing Breakpoints
Creating a break point is simple:
<p align="center">
<img src="https://i.imgur.com/P1sduNJ.gif"/>
</p>
\ No newline at end of file