PyCharm
 
Get PyCharm

Variables

Last modified: 11 October 2024

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

Variables pane

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