# Debug Mode
# About
WordPress provides a debug tool to help debug an error on a website.
Enabling debug mode will display information on a live website which is visible to visitors. If you are debugging a live website, we recommend creating a debug log file instead of enabling debug mode.
# Enable debug mode
To enable WordPress debug mode:
- Open Websites in the left sidebar
- Locate the website you would like to change the auto-update schedule for and click Manage
- When the website dashboard loads select Apps
- Select Manage on the application you would like to enable debug on
- Scroll to Debug
- Toggle WP_DEBUG, WP_DEBUG_LOG and WP_DEBUG_DISPLAY On/off
TIP
You can read more about debugging WordPress here (opens new window)