We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's possible that the file is modified during debugging, which would definitely confuse users - the source will not match the execution anymore.
There's no perfect solution under such circunstances, but we should at least warn users that this is happening.
This is a minor feature, which does not need previous discussion elsewhere
No response
pdb
The text was updated successfully, but these errors were encountered:
gh-111051: Check if file is modifed during debugging in pdb (#111052)
8278fa2
pythongh-111051: Check if file is modifed during debugging in pdb (p…
ea38356
…ython#111052)
No branches or pull requests
Feature or enhancement
Proposal:
It's possible that the file is modified during debugging, which would definitely confuse users - the source will not match the execution anymore.
There's no perfect solution under such circunstances, but we should at least warn users that this is happening.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
pdb#111052The text was updated successfully, but these errors were encountered: