Windows 11无法配置Postgres调试器
我试图在PostgreSQL 14.2/pgadmin 4中配置调试器4。我将Postgresql.conf更改为sharone_preload_libraries ='$ libdir/plugin_debugger.dll'
。文件的位置正确。 当我检查PGADMIN4的配置时,“ shared_preload_libraries”不会显示。 我可以添加扩展名pldbgabpi,但是看不到调试器。 我做错了什么?
I am trying to configure the debugger in PostgreSQL 14.2 / PGAdmin 4. I change the postgresql.conf to shared_preload_libraries = '$libdir/plugin_debugger.dll'
. The location of the file is correct.
When I check the configuration from PGAdmin4, 'shared_preload_libraries' does not show up.
I can add the extension pldbgabpi, but no debugger can be seen.
What do I do wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在Windows调试器上,确实以某种棘手的方式打开。我已经阅读了大量的手册和建议,它们在Windows 10上都不为我工作。最终让我得到如此久的期望消息屏幕1 是一组简单的步骤,它是:
软件;
互补软件;
扩展到db 屏幕2 ;
我希望在任何版本的Windows上使用任何较新版本的服务器的方式相同。请告诉您是否有帮助您!
on Windows debugger turns on in somewhat tricky way indeed. I've read tons of manuals and advises, none of them worked for me at Windows 10. What finally let me get the so long expected message screen 1 is a set of simple steps, which are:
software;
complementary software;
extension to the DB screen 2;
I expect it to be the same way with any newer versions of server at whatever version of Windows. Please let know if it helps in your case!