When inspecting the Response of a Webservice in the debugger window, every field of the response is listed twice – once with an appendix of Field.

(source: mlkshk.com)
How can I hide the second listing?
The webservice reference is added as outlined on the msdn library, so I don’t want to add the attribute [DebuggerBrowsable(DebuggerBrowsableState.Never)] manually.
This is a bit of a hack, and isn’t as presentable as the regular Watch window would be, but you could use this process.
That way you can filter out the stuff you don’t want to see. Here’s a screenshot of it in action:

Utility method:
And the Immediate Window code: