Cool Tools Part III: Visual Studio Script Debugging
Anyone who has worked with IE and Javascript is all to familiar with this ridiculously useless error message:
Almost every time, the line number is wrong, the error message is useless, and even the .js file that caused the error isn’t shown.
If you have Visual Studio on your development machine, though, there is hope: Visual Studio’s [...]