Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4329534 By: fabioz
I think I found the problem: python 2.5 breaks the 'frame.f_code.co_name' interface in the module level. Before it added '?' as the co_name, and now it says '<module>'. So, please try the following: At org.python.pydev.debug/pysrc/pydevd_frame.py at line 48, where it says: if curr_func_name == '?': change it to: if curr_func_name == '?' or curr_func_name == '<module>': This should make it work again (if that doesn't solve it, please report again). 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 DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users