Empty app logs when printing

My app shows no error messages or print results in the output or in the app logs…

If the app in question is the one that was crashing because of the data bindings, it may have crashed before your print statements executed.

I just ran the clone of that one and saw an error message in the logs.

Yes, you might be right.
BTW, I added a ‘debug’ table to insert debug messages to…

It is working now as expected…