Debugging ArkScript code
ArkScript has a debugger built into its VM, that usually do not trigger, unless you pass the command flag -fdebugger to the CLI. It also doesn’t trigger by default when using ArkScript as an embedded scripting language.
-fdebugger