Interactive pyDev console at breakpoint

Posted by fest on Stack Overflow See other posts from Stack Overflow or by fest
Published on 2010-01-11T22:56:57Z Indexed on 2010/05/19 17:20 UTC
Read the original article Hit count: 333

Filed under:
|

I'm using Aptana Studio with Pydev 1.5.3 to debug my Django applications. I use PyDev's remote debugger and some code in manage.py and for most of the time this setup is working successfully- I can set breakpoints, inspect variables and step/continue through my code.

However, I'd like to execute arbitrary code at the breakpoint- the thing I really miss after switching from pdb to Eclipse debugging. There is an interactive console available in debug perspective but it is inactive for me.

So my question- is it possible to set up an interactive console in PyDev with remote debugger which could "inject" code at breakpoint?

© Stack Overflow or respective owner

Related posts about pydev

Related posts about debugging