question

lu.zhang@sectionstudios.com avatar image
lu.zhang@sectionstudios.com asked

How to check debug log for the CloudScript functions?

How can I check the log.debug output lines of the CloudScript function? Is there any place that I can review them?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

brendan avatar image
brendan answered

The log output is returned as part of the results data for the call. We're also in process on more debugging options, which we'll be talking about in the coming weeks.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

lu.zhang@sectionstudios.com avatar image
lu.zhang@sectionstudios.com answered

Thank you Brendanv. That will help a lot for the development.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Martin L avatar image
Martin L answered

This is a long ago thread. What are the current best practices (if any) for debugging cloudscript?

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Joshua Strunk avatar image Joshua Strunk commented ·

Pretty much the same. Though now you can also run CloudScript calls directly from the game manager, this will show a full print out of the object returned from CloudScript. Typescript support has also been added and is a great option for getting rid of pesky typing errors.

1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.