Fix python breakpoints in PaSh server
Open
- Dominant language
- Shell
- Stars
- 601
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
Currently, using the `breakpoint` built-in function in the PaSh server code triggers an EOF error when it attempts to read from stdin. I don’t know why this occurs — I don’t think the server ever reads from stdin. It’d be convenient if breakpoints worked for debugging.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing a Python breakpoint in the PaSh server and observe the EOF error when it reads from stdin. Trace the server's stdin handling to identify why breakpoint debugging cannot receive input; done means breakpoints work without the EOF failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, shell
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100