I have a 3rd party server side control that generates JavaScript and I'd like to see what methods and properties it exposes.
Currently I just type in an invalid function like asdf123()
so VS will break and I can add a watch to the variable, but there are a ton of methods and I don't know what I'm looking for (I'm trying to make the control do something undocumented).
What's the best way to approach this until the vendor responds to my help request?