python - Interactive console using Pydev in Eclipse? -


i'm debugging python code in eclipse using pydev plugin. i'm able open pydev console , gives me 2 options: "console active editor" , "python console". none of them useful inspect current variable status after breakpoint.

for example, code stopped @ breakpoint , want inspect "action" variable using console. variables not available. how can things "dir(action)", etc? (even if not using console).

this feature documented here:

http://pydev.org/manual_adv_debug_console.html


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -