Studio GuideWorld SDK Guide
Log In

QR Mobile Debugging

❗️

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

👍

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.