Does anyone have any tips how I can "debug" my app?

This is how I do it:

There are some common things that can cause an app to crash such as using the wrong property when calling an API, or assigning an incorrect type to a variable (such as making a variable text and then assigning a list to it), or referencing a list item that doesn’t exist (item #5 of a list with 3 items).

1 Like