-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-117618: Make package.module searchable for breakpoints and clean up docs #117619
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
Conversation
Hi @iritkatriel , let me know if you need more explanation for this PR. The motivation is in the linked issue. |
Hey @iritkatriel , a friendly ping here, as it's getting closer to the feature freeze. I think this makes the |
@@ -0,0 +1 @@ | |||
Support ``package.module`` as ``filename`` for ``break`` command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention pdb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the current version better?
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thanks for the doc fix! |
package.module
searchable by normalizingfilename
first inlookupmodule
.lookupmodule
.break
. Re-structured to make it more reasonable.filename
argument ofpdb
'sbreak
command #117618📚 Documentation preview 📚: https://cpython-previews--117619.org.readthedocs.build/