'Python debugger in spyder stops at line 2
Solution 1:[1]
I had recently the same problem (using Python 3.8) and the solution was to revert an recent upgrade of qtconsole from 5.1.1 to 5.2.2. In case you use conda, the command to revert would be "conda install qtconsole=5.1.1".
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 | Friz |