Hi,

I am looking into the options for allowing a variables view to exist
for the current interactive console and wanted to find out if anyone
else had already explored this path. The kind of thing I am looking
for is the ability to change variables in the GUI, see the variables,
etc. Sort of like the "Variable explorer" in Spyder:
http://packages.python.org/spyder/variableexplorer.html

Obviously I want to reuse as much of the existing code base as
possible, therefore I would expect doing something like implementing
an additional Debug Context Provider for the interactive console and
then gluing all the bits together so that the interactive console can
provide the debug information needed to the variables view.

Thanks,
Jonah

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
pydev-code mailing list
pydev-code@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to