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? -

What's the encoding type of Android 2.2 push message? -

visual studio - Deleting lines of code in a text editor -