Jump to content

Database Debugger

Postgres Plus Advanced Server includes the Procedural Language (PL) Debugger, used to develop and analyze stored procedures, functions and triggers in applications written for the Postgres Plus database. 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 Oracle-style packages
  • Support for EnterpriseDB's Oracle-style stored procedure language
  • 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)