If you have IE8, you may have noticed a really handy feature that MS has added. Hit F12 and Developer Tools, a firebug like debugger, pops up. This is extremely useful for debug
Not an ideal solution, but you can use Visual Studio to attach and debug your app in Script
mode. You shouldn't debugging the application and / or launch another instance of Visual Studio:
DEBUG > Attach To Process ...
Attach to
must beScript
and select your running instance of the application- And finally
Attach