pydev 调试器不会在断点处停止
pydev debugger does not stop in breakpoint
我正在使用 PyCharm Professional 来调试 Google App Engine 项目。
我配置的调试配置如官方instructions
工作目录设置为项目路径并配置为将源根目录和内容根目录添加到PYTHONPATH
项目 运行,但是当我尝试使用断点时出现此错误:
pydev debugger: warning: trying to add breakpoint to file that does not exist: /path/to/my/file.py (will have no effect)
我检查了文件路径,文件存在
该文件可能是符号链接。调试器无法跟踪符号链接。
我正在使用 PyCharm Professional 来调试 Google App Engine 项目。 我配置的调试配置如官方instructions
工作目录设置为项目路径并配置为将源根目录和内容根目录添加到PYTHONPATH
项目 运行,但是当我尝试使用断点时出现此错误:
pydev debugger: warning: trying to add breakpoint to file that does not exist: /path/to/my/file.py (will have no effect)
我检查了文件路径,文件存在
该文件可能是符号链接。调试器无法跟踪符号链接。