I have some legacy Web Services written in C# ASP.NET. There is a specific object in a library used by the Web Service that I need to inspect. Setting a breakpoint in the web service doesn't do anything.
This is made harder by the fact that the code is so horrendous that the entry point to the Web Service callout is not obvious.