undefined symbol: AttachDebuggerTracing

Pycharm undefined symbol: AttachDebuggerTracing

Pycharm debugging with a remote interpreter is not working.
The error that I get is
AttributeError: ~/.pycharm_helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so: undefined symbol: AttachDebuggerTracing

solution: just delete ~/.pycharm_helpers on remote machine
command: rm -rf ~/.pycharm_helpers

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章