You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
BolunThompson
changed the title
Fix python breakpoints in PaSh sevrer
Fix python breakpoints in PaSh server
Feb 13, 2025
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.The text was updated successfully, but these errors were encountered: