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

Automatic PDB via %pdb doesn't work #296

Closed
minrk opened this issue Mar 23, 2011 · 2 comments
Closed

Automatic PDB via %pdb doesn't work #296

minrk opened this issue Mar 23, 2011 · 2 comments
Milestone

Comments

@minrk
Copy link
Member

minrk commented Mar 23, 2011

%pdb magic enables "Automatic pdb calling has been turned ON", but this behavior doesn't actually happen anymore. (In case it's my fault: OSX 10.6.7, system Python 2.6.1, IPython 0.11dev (31c1e49))

@tdimiduk
Copy link
Contributor

tdimiduk commented Apr 8, 2011

I had this (or a similar) problem as well. I tracked down to a failure to import ipdb and was able to fix it by upgrading to the ipdb (to v 0.3). Give it a try and see if that solves your problem.

@minrk
Copy link
Member Author

minrk commented Apr 8, 2011

No, that didn't fix the issue. I imagine it has to do with the reorganized code execution in InteractiveShell.

@minrk minrk closed this as completed in 0c41d1b Apr 9, 2011
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants