WAMP には既に xdebug が含まれているため、インターネットからダウンロードする必要はありません。設定を少し変更するだけでデバッグできます
次の行を見つけます
zend_extension = "d:/ wamp/bin/php /php5.3.13/zend_ext/php_xdebug-2.2.0-5.3-vc9.dll"
次に、この設定を貼り付けます
[xdebug]
; ここで、VS.php が正しく書かれている必要があります。そうでないと、デバッグされません
xdebug.idekey = VS.php
xdebug.remote_autostart = 1
xdebug.remote_port = 7870
xdebug.auto_trace = オン
xdebug.show_Exception_trace = オン
xdebug.remote_enable = オン
xdebug .profiler_enable = オン
xdebug.Profiler_enable_trigger = オン
x x xdebug.profiler_output_name =cacheGrind.out.%px x x x x x x
x x x x用 、
次に、VS2008 を使用してテスト用の新しい PHP プロジェクトを作成します。 、プロジェクト属性 外部向け - > startpage->xdebugPHP プロジェクトをデバッグするためのブレークポイントを設定できます