ipdb
ipdb copied to clipboard
Running Debug mode - RecursionError: maximum recursion depth exceeded - new install
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.
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.
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.

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?