Is there a way to see debug script when testing on mobile?

Does it show up somewhere besides the normal console?

EDIT: Unrelated question- if I rename the project folder in my files, will that rename the project in Defold or will it mess things up?

You can use the Android Debug Bridge(ADB). This is the manual. Here is the link to download Android SDK Platform-Tools.

1 Like

If you rename the project folder (ie the one where you have game.project) nothing will happen. The next time you launch the Defold editor you’ll need to do Open Project again and select the new folder name, but that is it. If you on the other hand change the name of folders inside your project from File Explorer, Finder, command line it will mess up the links between files. You should rename project folders from within Defold to avoid this.

2 Likes