# DEBUG TOOLS

Debugs tools and server/scripts

<pre class="language-lua"><code class="lang-lua">-- F8 Console
<strong>con_miniconChannels script:*
</strong>resmon 1 or 0
<strong>
</strong><strong>-- CFG DEBUG server.cfg
</strong>set mysql_debug "Console"
set mysql_slow_query_warning 150
set mysql_debug true

-- LUA scripting debug 
print(json.encode(result, {indent=true}))
</code></pre>
