Understanding The Javascript Debugger
Once you have inserted the JavaScript into the page the debug option can be switched on. Once this option is switched on you will be able to see the basic debugging information displayed in the Debug window. In the Debug window, all the variables are displayed including the time and the function stack and where …