2012-10-26 3 views
0

에서 원격 디버그 리눅스 서버 내가 http://pydev.org/manual_adv_remote_debugger.html을 따라이를 PyDev : 창

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을 구성 할 수 있습니다

나는 다음과 같은 메시지는 무엇입니까?

답변

0

해결책을 찾았습니다. 나는 pydevd_file_utils.py

eclipse_sep = '\\' 
python_sep = '/' 

설정