Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys I've spent the whole day trying to get debugging setup in DBeaver for postgres - I've installed the plugin on the pg server and added it to postgresql.conf shared libraries path but nah da no menus or icons or antything related to debug is showing in the gui - any ideas ? I can connect to the db without a problem.

Edit
list of installed postgresql extensions
 Name      | Version |   Schema   |                        Description
---------------+---------+------------+------------------------------------------------------------
hostname | 1.0.0 | public | Get the server host name
omnidb_plugin | 0.0.1 | public | PostgreSQL plugin for enabling PL/pgSQL debugger in OmniDB
pldbgapi | 1.1 | public | server-side support for debugging PL/pgSQL functions *** This is the one DBeaver should use. ***
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language


What I have tried:

I've installed the extension on the pg server and added it to postgresql.conf shared libraries path - DBeaver is installed on a Win 10 box and postgres 11 on a Debian Buster box
Posted
Updated 8-Sep-21 4:18am
v4

1 solution

The same question!
I've done the same steps, but I can't see anything related to debug.
At the same time these steps cause the abillity to debug in pgAdmin 4 (I have 5.6 version)
 
Share this answer
 
Comments
Richard Deeming 8-Sep-21 10:49am    
"Me too" is not a solution to this question.

Either click the "Have a Question or Comment?" button under the question and post a comment, or post your own question.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900