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

restore auto debug behavior #344

Closed
wants to merge 1 commit into from
Closed

restore auto debug behavior #344

wants to merge 1 commit into from

Conversation

minrk
Copy link
Member

@minrk minrk commented Apr 9, 2011

This restores the auto debug behavior of the '%pdb' magic.

I'm not 100% sure this is the right way to do it, since the previous code looked weird, and I want to be sure I'm not doing something wrong.

It definitely works for me, though.

This will close #296

@takluyver
Copy link
Member

Works for me.

@fperez
Copy link
Member

fperez commented Apr 9, 2011

Thanks, Min! I edited the commit so it would auto close the bug and rebased to avoid the merge "handle" since it was a single commit. Pushed.

There may be a cleaner fix for this later on, I suspect we should spend some time disentangling that code better (the old stuff had very tightly coupled debugger/traceback/interactive calls). But for now this closes an important regression, so let's go with this fix. Thanks!

@fperez fperez closed this Apr 9, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatic PDB via %pdb doesn't work
3 participants