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

Catch exceptions in continue mode #25

Open
asmeurer opened this issue Nov 12, 2011 · 1 comment
Open

Catch exceptions in continue mode #25

asmeurer opened this issue Nov 12, 2011 · 1 comment
Labels

Comments

@asmeurer
Copy link
Collaborator

Sorry if there is already a way to do this, I didn't see it. If you are stepping through the debugger and an exception is thrown, you the debugger catches it, and you can analyze it. But if the debugger is just running (i.e., you pressed c to continue), exceptions are not caught, but rather the whole thing exits with a traceback. It would be nice if these exceptions were also caught.

@mvanderkamp
Copy link
Contributor

Is this satisfied by the post-mortem mode?

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

2 participants