-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
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
Reactions are currently unavailable