C#
这是由C#创建的聊天频道。ptheo (Ted Pettit), 2023-01-18 17:47:16.155Z
目的:
How can I debug a script
S
Stephen Parker @stephenparker
You cannot directly debug inside the Studio. You can use the Run button to test your script execution. You can use the message.DebugPrint("message") command to output values to the script editor.
You can also develop scripts via Visual Studio itself and then paste the script into the studio.