'Visual Studio - Clearing or resetting all pinned properties
I am using the pinned properties feature of the VS debugger. However, a property that I have pinned causes an "Internal error in the expression evaluator." I can no longer inspect this object to unpin the problematic property or to view other property values. How do I reset this so I can inspect objects of this type again?
Actions taken so far:
- Deleted
.vsfolder from solution root
Solution 1:[1]
I got the same issue today. As mentioned above, this answer solved my problem.
Update your ObjectFavorites.json file. Eg:
C:\Users\<userName>\Documents\Visual Studio 2019\Visualizers\ObjectFavorites.json
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Olivia Stork |
