wamp+netbeans で xdebug を構成しました。適切にインストールされ、phpinfo()
xdebug 構成情報が表示されます。しかし、それでもアプリケーションをデバッグできません。
時々、waiting for connection
エラーが表示されます。表示されないこともありますが、特定のブレークポイントで停止しないこともあります。
Following is my configuration :
PHP Version 5.3.9
PHP Extension Build API20090626, TS, VC9
In D:\wamp\bin\php\php5.3.9\ext\php_xdebug-2.2.1-5.3-vc9.dll
xdebug version: (in phpinfo)
Version 2.2.1
IDE Key netbeans-xdebug
In php.ini file
[xdebug]
zend_extension = "D:/wamp/php/ext/php_xdebug-2.2.1-5.3-vc9.dll"
xdebug.profiler_output_dir = "D:/wamp/tmp/xdebug"
xdebug.profiler_output_name = "cachegrind.out.%p"
xdebug.profiler_enable = 0
xdebug.profiler_append = 0
xdebug.extended_info = 1
xdebug.remote_enable = 1
xdebug.remote_handler = dbgp
xdebug.remote_mode = req
xdebug.remote_host = 127.0.0.1
xdebug.remote_port = 9000
xdebug.idekey = xdebug
xdebug.remote_log = "D:/wamp/tmp/xdebug/xdebug_remot.log"
xdebug.show_exception_trace = 0
xdebug.show_local_vars = 9
xdebug.show_mem_delta = 0
xdebug.trace_format = 0
私はグーグルのほぼすべてのチュートリアル(stackoverflowでも)に従いましたが、構成は正しいようです。では、何が問題になるでしょうか?
構成について詳しく知りたい場合は、お知らせください。
どんな助けでも大歓迎です。
前もって感謝します。