Some ways to debug code

Did you enable for debug in wp-config.php, you know, that is great for developing your theme
define(‘WP_DEBUG’, false);