pgadmin4 icon indicating copy to clipboard operation
pgadmin4 copied to clipboard

PL/PGSQL Debugger session hangs in pgAdmin

Open artiharer opened this issue 5 months ago • 1 comments

environment details:

  • DB Version: 16.8
  • pgAdmin Version: 9.4

Issue:

When developers run the debugger in pgAdmin, all the buttons would grey out, and the session remains active until manually killing the session. Also getting error after adding breakpoint into procedure Error while setting debugging breakpoint

To Reproduce

Steps to reproduce the behaviour:

  1. Right click on the name of procedure to debug
  2. Select Debugging-->Debug
  3. Provide values required and click the Debug button
  4. Set breakpoint
  5. Click on Continue/Start button
  6. Click on Step into/ Step over button

Attachment:

Replicating the Issue.docx

artiharer avatar Jul 22 '25 10:07 artiharer

We fixed the Debugger error on setting the breakpoint issue and some other issues, #9073 and will try to fix the other issue mentioned in the ticket before the upcoming release.

anilsahoo20 avatar Aug 18 '25 06:08 anilsahoo20