setDebug()

Availability:

SmartFoxServer Lite / Basic / Pro

Usage:

smartFox.setDebug(debug <true/false>)

Description:

Toggles the client-side debugging information in the mesage window. 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:

debug     Set to true to enable debugging

Returns:

Nothing

Example:

 put smartFox.setDebug(true)

See also:

getDebug()