shared library in pycharm_helpers does not deploy to collect directory
I want to use PyCharm and virtualenv in remote machines. run as release mode works perfect but debug mode does not work. When I try to debug remotely, I got error message as this $HOME/.pycharm_helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so to exist..
I find my attach_linux_amd64.so was deployed under virtualenv directory as {my venv dir}/pydevd_attach_to_process/attach_linux_amd64.so.
How can I fix it?
Please sign in to leave a comment.
current, I move it manually.
Hello,
Could you please comment on "current, I move it manually." Does it works as a workaround for you?
There are 2 existing reports with the same behavior https://youtrack.jetbrains.com/issue/PY-43543 and https://youtrack.jetbrains.com/issue/PY-43558 feel free to vote for it in order to increase its priority and be updated on resolution.