Is there a Variable Explorer for PyCharm

user3413108 picture user3413108 · May 29, 2014 · Viewed 90.8k times · Source

I recently changed from Spyder to PyCharm as a Python IDE. In Spyder I have often used the variable explorer feature (see picture). Is this feature also available in PyCharm?enter image description here

I found this here, that "Variable explorer in Python console (traff)" should be included in PyCharm 3, but I cannot find that. Maybe someone could tell me how to use that tool.

Answer

andrewmo picture andrewmo · May 29, 2014

The variable list is available in the python console Tools --> Run Python Console... as shown in the screen shot below. Similar functionality for showing variables and watched variables is available in the debugger console.

enter image description here