[Pydev-code] Variables View for Interactive Console
Brought to you by:
fabioz
From: Jonah G. <jo...@ki...> - 2011-11-08 17:36:47
|
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 |