gotcha / ipdb

Integration of IPython pdb
BSD 3-Clause "New" or "Revised" License
1.85k stars 146 forks source link

Running Debug mode - RecursionError: maximum recursion depth exceeded - new install #204

Open sidsidsidsid opened 4 years ago

sidsidsidsid commented 4 years ago

Instead of rewriting the entire issue, I have provided a link to the GIT repo I thought owned the issue. https://github.com/spyder-ide/spyder/issues/13863

Spyder is using ipbd, but they are saying its a python issue?

I'm not sure which piece of software is causing the problem. Again, the original link is below. https://github.com/spyder-ide/spyder/issues/13863

Is this a Spyder IDE or ipdb issue?

Any help would be appreciated. Thanks.

gotcha commented 4 years ago

I do not know spyder. What make you think that spyder uses ipdb ? When I look at https://github.com/spyder-ide/spyder/blob/master/setup.py I see no mention pf ipdb.

sidsidsidsid commented 4 years ago

The Below website mentions spyder and ipdb: https://docs.spyder-ide.org/current/debugging.html

But, let us forget about spyder for now.

The below website shows how to run ipdb in ipython by using "%run -d filename.py" https://switowski.com/blog/ipython-debugging

I got the recursion error - see below attachment. ipdb problems

Did I correctly run an appropriate test? Or do you have a recommended test that would prove if this is an ipdb issue or not? If I'm doing anything wrong or misspoke, Any correction or guidance is welcome?