PyCharm ignoring breakpoints

已回答

PyCharm ignores the breakpoints in one of my projects. However, it still breaks on exceptions.
When I create a new project and re-import the files, the same issue arises.

Other projects don't have this issue.

I've tried to run the "Invalidate caches / restart" function, but this does not solve the issue.

The debug run command is: "D:\rjmelmendorp\Programs\Anaconda3\python.exe "C:\Program Files\JetBrains\PyCharm 2017.3.1\helpers\pydev\pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 51040 --file D:/rjmelmendorp/Python/AVL/avlwrapper/io.py"

0

Please set environment variable PYCHARM_DEBUG=1 to your debug configuration(Run| Edit configurations...), launch it and provide a console output. Also, if possible, please provide a project to reproduce the issue and specify places where breakpoints are set. You could upload it to our FTP server: ftp://ftp.intellij.net/.uploads/ (anonymous login, .uploads directory has no permissions to list/download files, only for upload, so that other users will not be able to download your file) and tell us its name. Thank you!

0
Avatar
Permanently deleted user

Setting the environment variable does not seem to give additional output.
Also I'm not able to connect to the FTP server, I tried a couple of FTP clients.

0

请先登录再写评论。