Go into wp-config.php and change define('WP_DEBUG', false); to define('WP_DEBUG', true); . Also, install Andrew Nacin's Log Deprecated Notices plugin.
define('WP_DEBUG', false);
define('WP_DEBUG', true);
Read Article https://develop.horje.com/learn/1434/reference