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
この投稿ではツールボックスについて詳しく説明しますが、現在はIDEとしてPhpStormを、リポジトリとしてGitHubを使用しています。
WordPress内では、デバッグコンテンツの多くのジョブにプラグインデバッグオブジェクトを使用します。