DataGrip
 
2023.2
Get DataGrip

Debugging

Last modified: 29 September 2023

The debugger helps you to find errors in your code by investigating the runtime behavior of the code. With the debugger in DataGrip, you can go through the code line by line, step in and out of called routines, evaluate expressions, and watch variables as they change their values.