'Spyder Debugger hangs (not debugging)
I updated to the latest version of Spyder (5.1.5) and my debugger hangs w/o response on the first line, no matter the code.
Here are the dependency versions:
- Spyder 5.1.5
- spyder-kernel 2.1.1
- Python 3.9.7
- IPython 7.31.1
I remember having this problem a while ago that was fixed by updating the Spyder Kernel, but no dice this time through.
Any solutions?
Solution 1:[1]
Try: pip install spyder==5.2.2 It was a known issue: https://github.com/spyder-ide/spyder/issues/16444
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Sina Mo |

