Debugging programs v15
The debugger gives developers and DBAs the ability to test and debug server-side programs using a graphical, dynamic environment. The types of programs that you can debug are:
- SPL stored procedures
- functions
- triggers
- packages
- PL/pgSQL functions and triggers.
Configuring the debugger
Describes how to configure the debugger program prior to use
Starting the debugger
Describes how to open the debugger program
Debugger interface overview
Provides an overview of the main window of the debugger program
Running the debugger
Describes the operations you can perform to debug a program