Skip to content

Lazy evaluation during debug #1185

Description

@benmatwil

Would it be possible to have lazy/on demand loading of variables during a debug session similar to the option in pycharm.
For large dataframes, the eager loading of its repr means that stepping through code line by line can be slow when debugging and you receive the warning each time about the slow repr on each line. By only loading the variables on demand, I assume this could alleviate this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions