attach_linux_amd64.so: undefined symbol: AttachDebuggerTracing

AttributeError: /home/zlw/.pycharm_helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so: undefined symbol: AttachDebuggerTracing

I encountered this problem when debugging remotely from the server.

And I updated to 2020.01 a few days ago.

0
1 comment

I referenced https://intellij-support.jetbrains.com/hc/en-us/community/posts/360007623919/comments/360001575340  to solve my problem.

That is:

1. pip install -U pydevd-pycharm
2. cd ~/.pycharm_helpers/pydev
3. ln -s /home/zlw/Desktop/environment/CityFlow/pydevd_attach_to_process

/home/zlw/Desktop/environment/CityFlow/ is my env path.

0

Please sign in to leave a comment.