Enable Debug Mode

bmx_atvman

Member
Licensed customer
Hello,
Quick question. How do I enable debug mode to look at MySQL db load times and what not.

Thanks,
~BMX
 
You can edit the config file

Also mentioned in the FAQ here on XenForo.com.

How do I enable debug mode?
Edit the /library/config.php file to add the following line: $config['debug'] = true;
Note that it is not advised to run a live site with debug mode enabled due to the increased resources required.

or install this cool mod
http://xenforo.com/community/resources/enable-debug-mode-from-admincp.1356/
and you'll have a toggle switch in your admincp to enable/disable it
 
Back
Top Bottom