-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
pdb: can't debug a script with arguments #125115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes that's a bug when |
gaogaotiantian
added a commit
that referenced
this issue
Oct 15, 2024
…il (#125424) Co-authored-by: Irit Katriel <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 15, 2024
… of fail (pythonGH-125424) (cherry picked from commit 9c2bb7d) Co-authored-by: Tian Gao <[email protected]> Co-authored-by: Irit Katriel <[email protected]>
Fixed in #125424 |
gaogaotiantian
added a commit
that referenced
this issue
Oct 15, 2024
…d of fail (GH-125424) (#125547) gh-125115: Pass unknown pdb command line args to script instead of fail (GH-125424) (cherry picked from commit 9c2bb7d) Co-authored-by: Tian Gao <[email protected]> Co-authored-by: Irit Katriel <[email protected]>
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
… of fail (python#125424) Co-authored-by: Irit Katriel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
Hello everyone,
With Python 3.13,
pdb
doesn't pass arguments like-b
or--bar
to a script while it works fine with Python 3.12.test.py
✅ Good:
🐛 Bad:
✅ Good:
Best regards!
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: