pgadmin-org / pgadmin-org/pgadmin4
Debugger messages comes in single line
Nobody has claimed this yet.
- 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:
- Start debugging a function
- Click on the step into button (Write some
RAISE NOTICEstatement) - Check the messages tab; they come in the same line.
Expected behavior
Messages should come in separate lines.
Screenshots
Desktop (please complete the following information):
- OS: Macos 15.3.2
- Version: 9.2
- Mode: Desktop
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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