Studio GuideWorld SDK Guide
Log In

Debugging

ZEPETOScript uses Microsoft Visual Studio code and JetBrains Rider tools to help with debugging.

📘

Editors


The following guide was prepared using Visual Studio Code.


Importing Visual Studio to Unity Editor

When the Visual Studio Code installation is complete, open Unity editor and go to the External Tools tab under Unity menu → Edit → Preference.

1420

Select Visual Studio Code on External Script Editor.

1435

Debugging in Visual Studio

In the Visual Script Code, add Break points to the ZEPETO Script code line you want to debug.

2880

Play the Unity Editor, and click the ② Start Debugging button under the ① Run & Debug in the Visual Script Code.

2880

The Debugger is activated on the code line where the Breaking point is specified.

2880

Debugging server code

Press the debug environment tab in the Debug panel with Zepeto Script selected at the top.

Change the debug environment to Zepeto Multiplay Script.

547

Click the StartDebugging button to start debugging.

376

You can check the debugging by seeing the ZEPETO server logs displayed in the Debug Console panel.

532