A
A
Arthur Samurai2022-03-20 17:46:11
PostgreSQL
Arthur Samurai, 2022-03-20 17:46:11

How to install and configure pldbgapi on Windows or debug a 3rd party application?

Advise the manual for installing / configuring pldbgapi under wine. I found information, but there is everywhere ubunta.
We need exactly adequate instructions on how to do it step by step in order to start everything.

In general, it is planned to debug a third-party application in C # that calls SQL functions. Maybe there is another software solution or is this method relevant?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Artur Samurai, 2022-03-21
@zvepb

On Windows, everything is set quite simply:
CREATE EXTENSION IF NOT EXIST pldbgapi;
And add to postgresql. conf :
shared_preload_libraries = 'path//plugin_debugger.dll'

K
ky0, 2022-03-20
@ky0

Ubuntu is everywhere for a reason. Think about a virtual machine with Linux, then there will probably be more problems like "guides on the Internet only on Linux."

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question