Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4813922 By: jmcvetta
Per Fabio's suggestion, I added some print statements to pydevd.py below "elif cmd_id == CMD_SET_BREAK:". They show the correct file path and line number for my breakpoints. However, the debugger still does not stop at the breakpoints. If it matters, the code I am trying to debug is multithreaded, and I do see the thread where my breakpoints should be catching. What else could be the problem? Debugging <i>does</i> work locally, so I doubt there's an issue with my Eclipse/PyDev setup. ______________________________________________________________________ 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 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
