Studio:How can I discover errors in scripts invoked by RunNonBlocking()?

From STRIDE Wiki
(Redirected from How can I discover errors in scripts invoked by RunNonBlocking()?)
Jump to: navigation, search

Errors cannot be reported back to the caller when a script is invoked by RunNonBlocking(). Syntax and runtime errors are captured and can be viewed in the STRIDE Error Log File, located at C:\STRIDE\StrideErrLog.txt.

Important Note: We strongly recommend first running standalone any scripts that are invoked by RunNonBlocking(), to determine whether there are any syntax errors.