Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4533884 By: fabioz
This happens because pydev doesn't currently map files correctly from one to the other... you can currently only manually fix that by making the needed changes from the paths from your machine to the other one in some places (until pydev gives you some place to properly configure that): - Look for the references for pydevd_file_utils.NormFile and translate the paths as needed: - at pydevd_comm.py to translate from the target machine to your machine. - at pydevd.py to translate from your machine to the target machine. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
