I read through the docs on basic troubleshooting and searched the KB. Most of this seems related to tracking down errors. In my case, I am having trouble working with variables and app states. I want to monitor the state of variables to see if I load them correctly.
This community post had some good tips, one which included using the snack bar to output debug info. This was the first thing I thought of, so it was nice to see others indicating that approach is useful.
For example, I am trying to parse a data type and store it as an app state > crypto > crypto data type (list). I would like to see what shows up in that variable as I adjust the code.
What are some methods I could use to debug that variable?