debugging Javascript with Visual Studio 2005
Sometimes it happens that people told me…in visual studio 2005 it is difficul to debug Javascript, this is not true, simply write this istruction in a script
debugger;
and when you will execute the page in IE it ask you if you want to debug the script, this is damn easy :D
alk.
Tags: Javascript debugging