*********** Debug Tools *********** Ths SDK provides a suite of four embeded panels dedicated to debug your game. .. toctree:: console onlinecommandroom scalableserverlog analyticslog Debug Tools Parameters ---------------------- Create your own version of ``DebugToolsParameters`` (Assets > Create > Asmodee.net > DebugToolsParameters), and provide it to your subclass of `CoreApplicationDelegate `_. .. image:: ../Images/debugtools_1.png :align: center .. image:: ../Images/debugtools_2.png :align: center Activation ---------- The parameter **Use Standard Activation** of ``DebugToolsParameters`` makes the debug panels appear if the player taps/clics 5 times in a second, in the top right corner of the screen. If you don't want the standard activation, you can display the debug panels yourself: .. code:: csharp CoreApplication.Instance.CoreApplicationDelegate.ToggleCommunityHubDebugContent();