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

debugger() call results in additional exception from Bdb #9

Open
jsommers opened this issue Dec 18, 2016 · 0 comments
Open

debugger() call results in additional exception from Bdb #9

jsommers opened this issue Dec 18, 2016 · 0 comments
Assignees
Labels

Comments

@jsommers
Copy link
Owner

When inserting a debugger() call into a user program, a Bdb exception occurs if the debugger is exited while the program still running. This is very likely because the debugger() call is implemented using the pdb module rather than by subclassing Bdb (or possibly subclassing Pdb). In any case, the additional exception is confusing and needs to be eliminated.

@jsommers jsommers added the bug label Dec 18, 2016
@jsommers jsommers self-assigned this Dec 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant