pgadmin-org / pgadmin-org/pgadmin4

Debugger messages comes in single line

Open
#8,664 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Bug
Dominant language
Python
Stars
3.8k
Forks
891
Avg merge
4d 7h
Merged PRs (30d)
8

Description

Please note that security bugs or issues should be reported to security@pgadmin.org.

Describe the bug
When debugging a function, the messages come in the same line if we press the step into button. If we press the continue/start button, they will come in a new line. Debugging the same function second time in the same session does not work if we press continue/start button the argument dialog pops again.

To Reproduce

Steps to reproduce the behavior:

  1. Start debugging a function
  2. Click on the step into button (Write some RAISE NOTICE statement)
  3. Check the messages tab; they come in the same line.

Expected behavior

Messages should come in separate lines.

Screenshots

Image Image

Desktop (please complete the following information):

  • OS: Macos 15.3.2
  • Version: 9.2
  • Mode: Desktop

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the behavior through the debugger's Step Into and Continue/Start buttons, then inspect the messages tab during the first debug session. Verify that RAISE NOTICE messages appear on separate lines and that a second debugging run does not reopen the argument dialog when Continue/Start is pressed.

Written by the indexing model from the issue text.

Assessment

Tech stack
postgresql, python
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.