Go to documentation repository
The Intellect Axxon PSIM software package officially supports debugger Microsoft Visual Studio 2005.
The Intellect Axxon PSIM software package allows using third-party debuggers for processing JScript scripts. These programs may have the functionality that is not included in the Editor-Debugger utility, for example, step-by-step script execution, watching script variables during script execution, etc.
| Info | ||
|---|---|---|
| ||
We do not recommend using third-party debuggers, since they do not provide full compatibility with the Intellect Axxon PSIM software, and may lead to failure of the Intellect Axxon PSIM software |
We strongly recommend introducing the breakpoint in the script when using third-party debuggers. To insert the breakpoint, add the following line to the script: “debugger;”. The script execution will pause at this line, and the debugger will start.
...