I don't think it exists, but I will throw it away anyway. Is it possible to look up a value in memory during debugging?
For example, if I have a string "uniqueString" cached somewhere in memory, but I donβt know what variable it is stored under, can I do a search? Like in, find out which variable has "uniqueString" as its value?
This is for C # managed code.
c # memory search visual-studio
source share