Skip to content

Fix running %run -d twice#10030

Merged
Carreau merged 2 commits into
ipython:masterfrom
takluyver:i10028
Oct 25, 2016
Merged

Fix running %run -d twice#10030
Carreau merged 2 commits into
ipython:masterfrom
takluyver:i10028

Conversation

@takluyver

Copy link
Copy Markdown
Member

I suspect this is a bug in pdb; I'll try to get it fixed there too, but deleting deb.curframe seems to work around the issue.

Closes #10028 .

@Carreau

Carreau commented Oct 25, 2016

Copy link
Copy Markdown
Member

Thanks !

@Carreau
Carreau merged commit 51cf0cd into ipython:master Oct 25, 2016
takluyver pushed a commit that referenced this pull request Jan 12, 2017
I suspect this is a bug in pdb; I'll try to get it fixed there too, but deleting `deb.curframe` seems to work around the issue.

Closes  10028 .

Signed-off-by: Thomas Kluyver <thomas@kluyver.me.uk>
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.

Running debugger multiple times causes AttributeError: 'NoneType' object has no attribute 'f_globals'

2 participants