Visual Studio Script Debugger and Microsoft Script Debugger Mixup
Posted by: Rick Strahls WebLog,
on 14 Sep 2006 |
View original | Bookmarked: 0 time(s)
Over the last couple of days I’ve been working on client side stuff and have been experimenting with a few different tools for editing and debugging JavaScript. Somewhere in there I installed the Microsoft Script Debugger ontop of the Visual Studio installation (for another tool that needed the script debugger specifically).
Both can co-exist but when you install the Microsoft Script Debugger it takes over script debugging for the machine and dumps Visual Studio out of the loop. So I...