Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pycharm - How do I access the "Watches" pane?

Tags:

python

pycharm

I'm somewhat new to Pycharm, and I suppose this should be an easy question, but I'm not finding the answer anywhere...

The Pycharm documentation has instructions for adding/editing items in the Watches pane, but the documentation assumes the Watches pane is already open, so it skips the step on how to open/access it. Does anyone know where I can find / how I can open the Watches pane?

like image 422
Troy Avatar asked Nov 16 '12 15:11

Troy


Video Answer


2 Answers

In the Debug pane, on the left side, 7th from the top, there is a "Restore Layout" button that unhides the Watches panel.

screenshot

like image 69
Troy Avatar answered Sep 23 '22 18:09

Troy


To have the Watches pane displayed separately and view the configured watches in it, release the Show watches in the Variables tab toggle button (eyeglasses button) on the toolbar of the Variables pane. By default, the button is pressed.

like image 45
Khan Awa Vitalis Avatar answered Sep 21 '22 18:09

Khan Awa Vitalis