I am very new to Python and trying out different IDEs. Pycharm seems to be highly recommended and I like the interface, but I can't for the life of my find out how to get a list of variables. I have searched Google and found a similar question here on StackOverflow (Is there a Variable Explorer for PyCharm) however I cannot reproduce the suggested results.
I believe I should run the code in the debugger and then there should be a list of variables but when I do that under Frames is says "Frames are not available" and under Variables "Frame is not available". I would post a screenshot but I don't have enough reputation to do so yet.
Any guidance would be much appreciated.