Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4526715 By: fabioz
Well... currently there's no default integration to do that. What you can do is running your script and at some point putting some code to break the application (import pdb;pdb.set_trace()) and then inspect it interactively there... The extensions also has support for interactively debugging with the console: http://www.fabioz.com/pydev/manual_adv_debug_console.html 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
