I\'m running a python script and it used to work (it even does on my other laptop right now) but not on my current computer - I just get the error code:
Proce
I solved it by disabling "PyQt compatible" checkbox in the Settings under Build, Execution, Deployment --> Python Debugger.
After that, it should debug properly.