Extracting list of errors from LiveCode 8
Sannyasin Brahmanathaswami
brahma at hindu.org
Thu Aug 4 12:06:14 EDT 2016
FYI, not all errors from all included plug-ins will show with the scriptExecutionErrors.
e.g. libURL errors can silently lock up the entire IDE and you will only know if explicitly check for the result at the right place in your script.
On 8/3/16, 11:59 PM, "use-livecode on behalf of Ali Lloyd" <use-livecode-bounces at lists.runrev.com on behalf of ali.lloyd at livecode.com> wrote:
You can use the global property
the scriptExecutionErrors
To obtain this list. Note that this does not work in a standalone so if you
need it you'll have to set a custom property on an included stack or
something like that.
More information about the use-livecode
mailing list