Currently I think you'd have to stay in debug mode for that... so, put:

import pdb;pdb.set_trace()

at the point you want to inspect interactively (or you could use it from the
pydev extensions debugger:
http://www.fabioz.com/pydev/manual_adv_debug_console.html ).

Cheers,

Fabio

On 9/24/07, Sander Smits <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I'm trying to figure how to leave an interactive prompt in the
> console after a file is executed via "Run As -> Jython Run". Program
> arguments or VM arguments don't seem to be the right place for this.
> So, basically, my question is: how can I inspect interactively after
> running a script?
>
> Regards, Sander.
>
> -------------------------------------------------------------------------
> 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
>
-------------------------------------------------------------------------
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

Reply via email to