-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
trace function not set, causing some Pdb commands to fail #58933
Comments
The bpo-13183 raises the problem that when the trace function is not This new issue raises the point that, for the same reason:
The attached patch fixes all those problems (by first removing the After the patch, the implementation ensures now that self.stopframe is The patch applies to the default branch and includes 5 new test cases. |
Uploaded pdb_default.patch that applies on the default branch with |
Uploaded pdb_2.7.patch that applies on the 2.7 branch. |
Since this pdb issue is a continuation of bpo-13183 and repeals a part of that issue's patch, I nosy'ed the contributors to that issue. |
See also how this is fixed at |
…e is not set (pythonGH-118979) (cherry picked from commit f526314) Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
Linked PRs
The text was updated successfully, but these errors were encountered: