Debugger
Last modified: September 6, 2024
The Debugger functionality of dbForge Studios is an invaluable tool for developers working with stored procedures, functions, triggers, and complex SQL scripts. It enables users to step through and debug database code, set breakpoints, inspect variables, and troubleshoot SQL queries, ensuring the reliability and performance of database routines.
To debug stored procedures, you need the following permissions:
- ALTER TRACE permission on the server.
- VIEW SERVER STATE permission on the server.
- DEBUGGER role membership in the database.
For more information about the debugging capabilities and requirements to start the Debugger, see Debugger overview for dbForge Studio for MySQL and see Debugger overview for dbForge Studio for SQL Server.
Debugger | SQL Server | MySQL and MariaDB | Oracle | PostgreSQL |
---|---|---|---|---|
Script debugging | ||||
Step Into, Step Over, and Step Out commands for step-by-step execution | ||||
Breakpoints for procedures, functions, triggers, and scripts | ||||
Breakpoints window | ||||
Call Stack window with navigation | ||||
Watches window for the evaluation of variables |
Was this page helpful?