Skip to content

Pycharm debugger triggers cache download on breakpoints #320

@Happyzippy

Description

@Happyzippy

How to replicate:

  • Run pycharm debugger
  • Create CloudPath object
  • Break and click on the item in the debugger to inspect

Alternatively:

  • CloudPath(...).fspath

Why: Pycharm debugger collects all properties on objects in scope, thus accessing .fspath which performs a cache refresh

Metadata

Metadata

Assignees

No one assigned

    Labels

    cachingIssues that would be fixed or improved by a separate, customizable caching layer.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions