Purpose When you enable the External Debugger, the Microsoft Script Debugger is used to debug your script. Rapise provides an Internal Debugger as well.
Usage You can enable the External Debugger on the Rapise Ribbon (Test tab > Debugging menu). The top drop-down menu has four options:
When you choose the Run with External Debugger option, Microsoft Script Debugger will open as soon as you begin Playback of your script. The debugger will pause on the line
WScript.Echo("SeS Player Starting...")
and display an error message. There is no actual error; you can begin debugging. Note, however, that Rapise is mostly written in javascript, and the Debugger will step through Rapise implementation as well as your test script.
See Also
|