[Pydev-code] PyDev Remote Debug Question
Brought to you by:
fabioz
From: Jim D. <ji...@gm...> - 2012-03-22 02:22:14
|
Hi, I was hoping someone could give me a quick hand with remote debugging. I have an eclipse machine running pydev ... and python running on windows. For some reason when I try to set a breakpoint i see messages similar to "fail to set breakpoint in a file that does not exist" (Note: single stepping etc works just not breakpoints). The file names in the error message appear to have C:\ prefixed to them even though they are on linux (e.g. I see C:\home\etc etc etc when I expect /home/etc etc). I'm fairly certain I have setup '*pydevd_file_utils.py* ' correctly simple because I can single step? Does anyone have any further tips? Jim |