まず収集した情報へのリンクをいくつか貼ります
Xdebugのインストールと使用
xampp xdebug インストールの失敗を解決する
php インストール xdebug
私のテスト結果:
zend_extension を使用したインストールは成功しませんでした。xdebug は php: extension=php_xdebug-2.0.5-5.2.dll を使用してのみインストールできます。
このメソッドはロードされています。
私の xdebug 構成:
[Xデバッグ]
zend_extension_ts="C:/wamp/bin/php/php5.3.3/ext/php_xdebug.dll"
xdebug.remote_enable=true
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="E:/test"
これを使用すると、extension=php_xdebug-2.0.5-5.2.dll を正常にロードできます。