Using the Microsoft Script Debugger with the Microsoft VM
Using SetDebug.exe
A utility application called SetDebug.exe is provided to enable and disable the ActiveX debugging mode of the Microsoft VM, and to add and remove path elements from the source path. SetDebug is installed in the Windows directory.
Invoking SetDebug without any arguments displays a dialog box that allows you to enable or disable the ActiveX debugging mode of the Microsoft VM. It creates or deletes the ActiveXDebug registry key.
Typing "SetDebug -?" displays a description of the SetDebug command-line options:
Code:
Usage:
-d Disable ActiveX debugging for Java.
-e Enable ActiveX debugging for Java.
-p <path> Append <path> to the Java source path.
-r <path> Remove <path> from the Java source path.
For example, typing "SetDebug -p c:\Sources" appends the path c:\Sources to the source path. Typing "SetDebug -r c:\Sources" removes it.