Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4467494 By: fabioz
Can you give details on which code you're using (and what's working and what's not working)? The debugger basically has its own main file which sets things up and then calls the python 'execfile' function, passing the globals and locals available (so that the things from the debugger don't interfere with the program), so, that might be the reason this behavior is different (but that needs to be checked). 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: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
