Is there some way to convert a app object to a string?
So it then can be displayed in the app.
JSON.stringify does not seem to work/allowed.
I find the debug window unreliable(especially with objects) and slow to start, could i just show the object in-app would help with a lot of bugs. Yes, each string can be displayed separately and then just adding them together but with lots of values and sub objects that would take a lot of time.