ipdb icon indicating copy to clipboard operation
ipdb copied to clipboard

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

Open sidsidsidsid opened this issue 5 years ago • 2 comments
trafficstars

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.

sidsidsidsid avatar Sep 29 '20 21:09 sidsidsidsid

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.

gotcha avatar Oct 01 '20 14:10 gotcha

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?

sidsidsidsid avatar Oct 02 '20 01:10 sidsidsidsid