DataGrip
 
Get DataGrip

Debugging

Last modified: 03 December 2024

The debugger helps you 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.