pgadmin4
pgadmin4 copied to clipboard
PL/PGSQL Debugger session hangs in pgAdmin
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:
- Right click on the name of procedure to debug
- Select Debugging-->Debug
- Provide values required and click the Debug button
- Set breakpoint
- Click on Continue/Start button
- Click on Step into/ Step over button
Attachment:
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.