Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Fabien Maussion
Total activity
12
Last activity
January 23, 2021 12:10
Member since
September 24, 2020 09:28
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (11)
Fabien Maussion
commented,
January 23, 2021 12:10
Andrey Resler I finally managed to produce a clean bug report: https://youtrack.jetbrains.com/issue/PY-46618 Let's continue the discussion on the issue tracker.
Community
PyCharm
[PyCharm Community 2019.1.3] Debug view for pytest freeze and can't access variables
1 vote
Fabien Maussion
commented,
January 22, 2021 15:58
Andrey Resler I *think* I have nailed it down to multiprocessing, although it does not explain why it sometimes work (e.g. in a container) and sometimes not. Pycharm should be able to stop a progra...
Community
PyCharm
[PyCharm Community 2019.1.3] Debug view for pytest freeze and can't access variables
0 votes
Fabien Maussion
commented,
January 20, 2021 21:46
OK so while trying to run in a docker image with a very similar environment, it turns out it works. While trying to find out what the differences are between the two runs in debug mode, I found one...
Community
PyCharm
[PyCharm Community 2019.1.3] Debug view for pytest freeze and can't access variables
0 votes
Fabien Maussion
commented,
January 20, 2021 19:03
Andrey Resler after several months working with the PRO version of pycharm-2019.1.4 (where it doesn't have this issue), I just gave it a try with latest PRO (20.2.5), but the problem is still there...
Community
PyCharm
[PyCharm Community 2019.1.3] Debug view for pytest freeze and can't access variables
0 votes
Fabien Maussion
commented,
October 15, 2020 10:45
Andrey Resler No, I'm not using any plugin on the PyCharm side. I was using a custom pytest plugin (which I disabled now) and at least debugging now works in dummy projects. However, debugging on m...
Community
PyCharm
[PyCharm Community 2019.1.3] Debug view for pytest freeze and can't access variables
0 votes
Fabien Maussion
commented,
October 08, 2020 12:37
FWIW: going back to 2019.3.5 did NOT work for me, but going back to 2019.1.4 did. Will stick to that version for the time being...
Community
PyCharm
[PyCharm Community 2019.1.3] Debug view for pytest freeze and can't access variables
0 votes
Fabien Maussion
commented,
October 08, 2020 12:24
Andrey Resler sorry for letting lingering this for so long. The problem persists: the debugger console or variable display hangs when at the breakpoing, although the tests are running fine without ...
Community
PyCharm
[PyCharm Community 2019.1.3] Debug view for pytest freeze and can't access variables
0 votes
Fabien Maussion
commented,
September 27, 2020 10:30
Andrey Resler thanks - fater some tries I have been able to isolate the pytest plugin which would cause the error. Now I have to understand what exactly in this plugin is causing problems in pychar...
Community
PyCharm
[PyCharm Community 2019.1.3] Debug view for pytest freeze and can't access variables
0 votes
Fabien Maussion
commented,
September 24, 2020 09:45
By comparing the two logs (with simple env and more complex env), one of the main differences in the log is that for the complex env (where I have numpy, matplotlib, etc, installed), the log contai...
Community
PyCharm
[PyCharm Community 2019.1.3] Debug view for pytest freeze and can't access variables
0 votes
Fabien Maussion
commented,
September 24, 2020 09:37
Note that it must have something to do with my python environment, because running the same test with a much simpler pyenv environment (with just python 3.8 and pytest) works fine...
Community
PyCharm
[PyCharm Community 2019.1.3] Debug view for pytest freeze and can't access variables
0 votes