Jump to content

Postgres Plus Debugger

Postgres Plus includes the Procedural Language Debugger, used to develop and analyze stored procedures, functions and triggers. The Procedural Language Debugger allows developers to step through code one line at a time as it executes, to set and remove conditional breakpoints, to watch and modify variables, to view the execution stack, and more.

Key features of the Procedural Language Debugger include:

  • An easy-to-use GUI integrated with Postgres Studio
  • Support for PL/pgSQL, PostgreSQL's native stored procedure language
  • Support for multiple breakpoints
  • Step Into, Step Over, Restart, Continue, Stop and Exit functions

Next (Geospatial)