Skip to content

Support instance pinning in debugging #2934

@gingters

Description

@gingters

Describe the feature you'd like

When debugging more complex scenarios, it sometimes is important to track the actual instance of an object throughout the lifetime of a certain process, in order to know exactly if you really have the same instance or just a (identical) copy of that specific object. That would be important to check for possible side-effects.

As a developer, I want to mark / pin a specific instance of an object at one breakpoint and check if it this specific instance at another point in time later in the debugging session.

Alternatives considered

Switch to Rider 🙄

Environment Information

VS Code on macOS

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions