python3 pycharm 远程调试 启动报错 ValueError: source code string cannot contain null bytes
现象:启动远程调试时,报错ValueError: source code string cannot contain null bytes文件定位是/root/.pycharm_helpers/pydev/pydevd.py解决方法:删除 远程linux上的 /root/.pycharm_helpers/ 文件夹原因:可能是pycharm调试环境被污染造成,删除后再次调试时,会重新部署。...
·
现象:
启动远程调试时,报错
Traceback (most recent call last):
File "/root/.pycharm_helpers/pydev/pydevd.py", line 35, in <module>
from _pydevd_bundle import pydevd_utils
File "/root/.pycharm_helpers/pydev/_pydevd_bundle/pydevd_utils.py", line 7, in <module>
import pydevd_file_utils
ValueError: source code string cannot contain null bytes
文件定位是 /root/.pycharm_helpers/pydev/_pydevd_bundle/pydevd_utils.py
解决方法:
删除 远程linux上的 /root/.pycharm_helpers/ 文件夹
原因:
可能是pycharm调试环境被污染造成,删除后再次调试时,会重新部署。
更多推荐
已为社区贡献19条内容
所有评论(0)