❔ ✅ Search for specific value that is contained inside some variable while debugging VS
When debugging a large project, I know that one of my many variables will contain a string valled "ValueX".
I need to find what the name of the variable that contains the value "ValueX".
There are so many objects and nestings that I need to "Search" for the value, it is not good enough to manually look at every local variable.
2 Replies