Go to documentation repository
...
| Info | ||
|---|---|---|
| ||
We do not recommend using third-party debuggers, since they do not provide full compatibility with the Axxon PSIM software, and may lead to failure of the 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.
...