[Pydev-users] [pydev - Users] RE: Breakpoints Ignored
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-08-07 22:58:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3857052 By: fabioz Well, I don't think that's a bug, but the way that psyco works... as it compiles the code at runtime, that code will no longer be interpreted (and so it will not be executed inside of the debugger anymore). 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 |