I would like to debug JavaScript that resides on a 3rd-party site, using IE7 and Visual Studio 2008.
How can I break into the debugger? There are no JavaScript errors and I don't have access to the JavaScript source (since it is on a third-party site). I just want to walk through the JavaScript and see how it's working.
The JavaScript on the page I'm debugging redirects immediately.
Please note - I am debugging a JavaScript problem that is IE7-only, so I can't use Firefox/FireBug in this case.