Can PYDEVD_USE_CYTHON=NO be made by default?
Answered
To make the debugging process stable and predictable, it's very important to set:
PYDEVD_USE_CYTHON=NO
Otherwise, it's very hard to trace the mouth pointer, the current focus. But every time to set this manually in Environment Variables in PyCharm is annoying.
Can this be set by default in PyCharm without users' to do this every time when switching to another application?
Please sign in to leave a comment.
You can add it to a run configuration template so that every new run configuration will have it automatically. You'll still need to modify the existing run configurations though.