Dear forum,
I am debugging a mobile app using a custom errorDialog handler like described in the documentation.
I just can't get an error description anymore because the cErrorsList of card 1 of stack revErrorDisplay seems to no longer exist in LiveCode 8.1.1.
How am I now supposed to debug my app if the error descriptions no longer exist?
Regards
Gerrie
the cErrorsList of card 1 of stack revErrorDisplay [Solved]
Moderator: Klaus
-
- Livecode Opensource Backer
- Posts: 132
- Joined: Mon Jan 14, 2013 3:37 pm
the cErrorsList of card 1 of stack revErrorDisplay [Solved]
Last edited by Ledigimate on Wed Nov 23, 2016 12:07 pm, edited 2 times in total.
010100000110010101100001011000110110010100111101010011000110111101110110011001010010101101010100011100100111010101110100011010000010101101001010011101010111001101110100011010010110001101100101
Re: LC 8.1.1: the cErrorsList of card 1 of stack revErrorDis
Hi Gerrie,Ledigimate wrote:Dear forum,
How am I now supposed to debug my app if the error descriptions no longer exist?
Out of memory, try this instead:
Code: Select all
on mouseUp
put the scriptExecutionErrors
end mouseUp
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!
-
- Livecode Opensource Backer
- Posts: 132
- Joined: Mon Jan 14, 2013 3:37 pm
Re: LC 8.1.1: the cErrorsList of card 1 of stack revErrorDis
Thank you so much, Thierry! You've just made my life a lot easier.
If only there was an entry in the dictionary for this... or was I just not looking in the right place?
If only there was an entry in the dictionary for this... or was I just not looking in the right place?
010100000110010101100001011000110110010100111101010011000110111101110110011001010010101101010100011100100111010101110100011010000010101101001010011101010111001101110100011010010110001101100101