PyCharm debug not functional with Python 3.8
I have Python 2.7 installed in C:\Python27 and I have Python 3.8 installed into C:\Python38-32.
Path:
C:\Python27\;C:\Python27\Scripts;C:\Ruby26-x64\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\TortoiseGit\bin;C:\Git\cmd;C:\Program Files\nodejs\
It was working and then suddenly stopped. If I switch interpreters to 2.7 debug works fine and stops on the break point as needed. Once I switch to 3.8 because I am trying to update the code to use 3.8 instead it will not stop on the breakpoints I have marked.
I have scoured Google looking for a solution and all of them point to posts that are 3 or more years old and stale. I am using the latest community edition.
I would like to request the actual steps to correct this issue. Currently most things I have found searching google for other issues I have ask me to change settings but do not explain where the setting actually is. Once I use [key + key + S] and go to the [location here]
Most are not even for the current version. I would appreciate it if you did not assume I know where the setting are. Please tell for example "go to Build, Execution, Deployment >> Debugger >> and check [option] so I can actualy resolve this.
I am not against installing other Python 3 components if needed.

However I don't see why I would need more for the debugger to work. I am using standard internal Python. I am not using anything like wxPython or py2exe for example.
I'm just getting a little disappointed lately. I had an educational Pro version and the license expired. The community edition should work the same but I keep running into situations where it seems okay at first and then suddenly the functionality just stops working.
Some things I am really struggling with not part of this topic:
SCSS Lint doesn't even work at all. I posted an issue about it and no response.
Git integration, I can't completely and totally disable it. I don't want Pycharm to use it at all. I use GitBash with Windows and that's how I want it done.
The other thing is I don't want it to use the current folder for .idea and I don't want it names .idea. I want it named `_idea`. Where do you go to change the name and location of the .idea folder?
Where are the settings in the UI?
请先登录再写评论。
Hi,
Does the issue appear only when debugging a specific part of code or the same happens when debugging very simple code snippets?
After you said that I switched interpreters and added breakpoints in 5 places. It seemed to stop at all of them. I am completely confused now. I don't see why it wouldn't be working on the day I made this post no matter where I put the breakpoints. I must be hallucinating. I'm sorry for the trouble. If I get it to stop working with 3.8 as the interpreter again I'll reply and see if there is some reason.
Thanks for responding. I'll make another post because there is something else bugging me about scss lint.
Sergey Karpov
If you have time can you see if you know why scss lint might not be working?
My post
scss-lint plugin is not developed by JetBrains so it's better to report such issues to its vendor.