======Debug Tools ====== Use **Debug tool** to track fatal, MySQL, and warning errors on your site. For example [[http://www.oxwall.org/forum/topic/4661|error 500]]. Use **Dev tool** during development processes to see changes you have made in the code immediately after refreshing the page. =====How to enable DEBUG and DEV modes ===== The following steps apply to users of cPanel. - Login to your cPanel account. - Browse to the directory //ow_includes// in your oxwall installation path. - Open config.php file in the Edit mode. - In the end of the file, change the value of the constant //OW_DEBUG_MODE// or //OW_DEV_MODE// from **false** to **true**. {{:plugin-tuts:cpanel_1.png}} {{:plugin-tuts:cpanel_2.png}} {{:plugin-tuts:cpanel_3.png}} Once you are done with your activities, remember to change the value back to false in the live production environment.