The javascript command 'debugger;' will start a debugger.
debugger;
But (with Visual Studio 2008 installed) I cannot seem to figure out how to get this to break into the IE8 debugger. It will give me a list of choices such as VS2008, VS2010, Microsoft Script debugger.
If I do the following it will break into the (lightning fast) VS2008 debugger...
throw Error("d");
... but I want to get it to do so when I use the 'debugger;' command. How can I do this