I notice when building for my phone and trying to debug something, nothing gets printed to the editor console, is this possible to do?
If not, what other options do I have to debug it? I have used render text on screen a few times but I would much rather like to read the printing from the editor on my mac.
Wrote a script (for windows but easily converted to mac) that builds a package, uninstall the old one, installs the new one and starts it up and shows the log. Used it when the target functionality was broken a while back.
You can also use DefCon, my browser based Defold developer console, to both interact with a running Defold instance and to route print() commands to the console: https://github.com/britzl/defcon