PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Variables

Last modified: 14 September 2023

The Variables pane enables you to examine the values stored in the objects of your application.

When a stack frame is selected in the Frames pane, the Variables pane displays all data within its scope (method parameters, local and instance variables). In this pane, you can set labels for objects, inspect objects, evaluate expressions, add variables to watches and more.

Procedures