Skip to content
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

pdb: handle more commands when resuming capturing #4295

Closed
blueyed opened this issue Nov 2, 2018 · 1 comment
Closed

pdb: handle more commands when resuming capturing #4295

blueyed opened this issue Nov 2, 2018 · 1 comment
Labels
plugin: debugging related to the debugging builtin plugin type: enhancement new feature or API change, should be merged into features branch

Comments

@blueyed
Copy link
Contributor

blueyed commented Nov 2, 2018

https://github.com/python/cpython/blob/260ec2c36abd73bac51489108409160427979ede/Lib/pdb.py#L1427-L1429

Improve on #2619.

@blueyed blueyed added type: enhancement new feature or API change, should be merged into features branch plugin: debugging related to the debugging builtin plugin labels Nov 2, 2018
@blueyed
Copy link
Contributor Author

blueyed commented Nov 5, 2018

commands_resuming = ['do_continue', 'do_step', 'do_next', 'do_return', 'do_quit', 'do_jump']

I think it is fine to only handle "continue" from them, e.g. "s" or "n" should not resume capturing.

@blueyed blueyed closed this as completed Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin: debugging related to the debugging builtin plugin type: enhancement new feature or API change, should be merged into features branch
Projects
None yet
Development

No branches or pull requests

1 participant