我跟着http://pydev.org/manual_adv_remote_debugger.html并配置了这样的东西
PATHS_FROM_ECLIPSE_TO_PYTHON = [('W:',
r'/path/to/app'),
]
翻译工作但有一个小问题:反斜杠没有翻译。
我收到以下消息:
pydev debugger: warning: trying to add breakpoint to file that does not exist:
/path/to/app\subpath\foo\bar.py (will have no effect)
如何配置 pydevd_file.utils.py 以便翻译反斜杠?