Steps to enable debugger in pgAdmin4 on Centos 7

July 30, 2017

Debugger is used to debug pl/pgsql functions in PostgreSQL, To use debugger with pgAdmin4 to debug functions, it has to be enabled. It comes with PostgreSQL and present in location /opt/PostgreSQL/9.5/share/postgresql/extension/pldbgapi--1.0.sql. So, first install PostgreSQL 9.5.

Follow the steps to enable pl/pgsql debugger in pgAdmin4:

Now open pgAdmin4, browse to functions and right click of any function and then click on debugging > debug option to debug function.

That’s it. Enjoy debugging pl/pgsql functions.

Thanks!


Discussion, links, and tweets

Hello My name is Surinder Kumar, I am Python and Javascript developer from India and work at EnterpriseDB as a software engineer.
I enjoy working on Python(primarily) and other latest technologies such as Node.js, React and like to contribute to open source projects.