PyCharm
 
Get PyCharm

Managing Variables Loading Policy

Last modified: 11 February 2024

PyCharm debugging model provides three policies for loading values of variables:

  • Synchronously: variables are loaded all together.

  • Asynchronously: variables are loaded separately.

  • On demand: variables are loaded on user's request.

By default, variables are loaded asynchronously. To change the loading policy, click Manage the loading policy in the Debug Tool dialog toolbar, navigate to Settings | Variables Loading Policy, and select the target policy from the list.

Select the variables loading policy

Note that any changes in the loading policies become effective after you rerun the debugging process.