
Debugging can optionally be turned off from the Advanced tab in the Internet Options dialog.
#MICROSOFT SCRIPT DEBUGGER FOR VBSCRIPT MANUAL#
Unlike in other debuggers, there is no Watch window for monitoring variables they must be checked via manual commands.Entering a Document.Write command while debugging, or refreshing a document in Internet Explorer while debugging it, can cause hangs or other unexpected behavior.A breakpoint immediately after a Document.Write is ignored.Commands typed in the Command window have no effect unless the user is in break mode.



Ability to view the call stack, and navigate to any currently loaded procedure.Īdditionally, it can open and edit HTML pages, and it supports script colorization for improved readability.It can be used to debug scripts embedded in HTML documents or for single JavaScript files. Ability to display and change the values of variables and properties. The Microsoft Script Debugger is available at MSDN for download.Ability to step through and over procedures.According to Microsoft, the Script Debugger provides these traditional debugging features:
