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:
Comments
Post a Comment