Is it possible to search inside an object for values and/or other field while debugging a C# application?
I’m looking for a deep search that can drill down the object for many levels.
What I’m looking for is a way to search (like F3 for documents search) inside very complex objects (while debugging, in the Quick watch window for example).
You could use OzCode (an add-on for Visual Studio), which lets you search for the members you want to see from within the on-hover-DataTip or the QuickWatch window.
See example in the following screenshot:
Full disclosure: I am the co-creator of “OzCode”.