> For the complete documentation index, see [llms.txt](https://altitude-dev.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://altitude-dev.gitbook.io/doc/global-functions/debug-tools.md).

# 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>
