xdebug (좋은 소스를 작성하고 WordPress의 힌트, 아마도 사용되지 않는 기능을 볼 수있는 가장 좋은 방법) 및 상수 WP-DEBUG와 같은 WordPress의 가능성
/** Debugging WP */
define('WP_DEBUG', true); //enable the reporting of notices during development - E_ALL
define('WP_DEBUG_DISPLAY', true); //use the globally configured setting for display_errors and not force errors to be displayed
define('WP_DEBUG_LOG', true); //error logging to wp-content/debug.log
define('SCRIPT_DEBUG', true); //loads the development (non-minified) versions of all scripts and CSS and disables compression and concatenation,
//define('E_DEPRECATED', true); //E_ALL & ~E_DEPRECATED & ~E_STRICT
이 게시물의 도구 상자에 대한 자세한 내용은 현재 PhpStorm을 IDE로 사용하고 GitHub를 리포지토리로 사용합니다.
WordPress 내 에서 디버깅 내용의 많은 작업에 플러그인 디버그 객체 를 사용합니다 .