Return to site

Script debugger

broken image
broken image

The following instructions show how to debug a script on a practical example.ġ.

broken image

If debugging is enabled and there's a Just-In-Time debugger installed, the debugger is automatically invoked in the following cases: To enable the debugging of scripts, activate the Enable script debugging with external tool (Just-In-Time debugger) option through the Environment Options dialog of Reliance Design ( Tools > Environment Options > Script Debugging).Įnvironment Options – Enable script debugging with external tool (Just-In-Time debugger) In addition, you need to use Reliance 4.1.3 or later.Įnabling debugging through the Reliance Design development environment

broken image

You can install both debuggers and decide which one to use just before the actual debugging. If you want a more comfortable and powerful debugger, you can use Visual Studio Community, which is free of charge for non-commercial purposes. A very simple one is Microsoft Script Debugger, which is available to download from the Microsoft's website. To debug scripts, a Just-In-Time debugger is required. How to debug Reliance scripts with an external debugger

broken image