MANAGE YOUR WORLD
Testing & Optimization

QR Mobile Debugging

3min
❗️ caution during mobile testing, the qr code window must be up there may be a slight delay due to interlocking communication with the editor only 3 types of logs are available console log("qr mobile console log"); console warn("qr mobile console warning"); console error("qr mobile console error"); when testing on mobile after qr mobile build, you can see that the log you created is captured in the editor console window in addition, exception errors that occur at mobile runtime will also be logged in the editor please refer to the following video for detailed instructions on how to use it https //www youtube com/watch?v=ofiggpfrxia https //www youtube com/watch?v=ofiggpfrxia 👍 how to check server code as console log you can check this by sending a message from the server to the client and taking a log on the client