getDebug()

Availability:

SmartFoxServer Lite / Basic / Pro

Usage:

smartFox.getDebug()

Description:

Toggles the client-side debugging informations. When turned on you will be able to inspect all server messages that are sent and received by the client in the authoring environment, allowing to better debug your application and the server side interaction.

Parameters:

none      

Returns:

True if debugging is enabled.

Example:

 put smartFox.getDebug()

See also:

setDebug()