


The debugger window also opens when a code error occurs. Debugging VBScript can be difficult and frustrating because the Meridian Enterprise Script Editor in PowerUserMeridian does not have a built-in debugger. Open: Opens the debugger window with the Accruent VB Script code block loadedīreak on Next Statement: Opens the debugger window with the code block loaded that is associated with the next VBScript statement that is executed This adds a Script Debugger item to the Tools menu from which you can select: Step into, over, and out of individual code statementsĮvaluate ad-hoc VBScript statements immediatelyĪfter installing the Microsoft Script Debugger, you can enable it in PowerUser Meridian as described in the Accruent Meridian Enterprise User's Guide. View VBScript code that has executed when a code error occurs Although you cannot edit the Meridian code blocks directly in the Microsoft Script Debugger, it allows you to: It's probably your most lightweight option short of adding debug statements to the code.
#Microsoft script debugger for vbscript install
However, you can download and install the Microsoft Script Debugger from the Microsoft Download Center. If you're referring to 'classic' VBScript, i.e.vbs files, Microsoft has a tool available called Microsoft Script Debugger that functions more or less like a Visual Studio debugging session. In the Browsing category, clear the Disable script debugging check box. In the Internet Options dialog box, click the Advanced tab. Debugging VBScript can be difficult and frustrating because the Meridian Enterprise Script Editor in PowerUser Meridian does not have a built-in debugger. Enabling Debug Mode To enable script in debug mode, following actions to be performed by the user On the Tools menu, click Internet Options.
