Drupal から PHP Storm と xdebug でモジュールをヒットしようとしています。index.php ファイルにはアクセスできますが、このモジュールにはアクセスできません。どんな手掛かり?
zend_extension = "c:/wamp/bin/php/php5.3.13/zend_ext/php_xdebug-2.2.0-5.3-vc9.dll"
[xdebug]
xdebug.remote_enable = On
xdebug.profiler_enable = On
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "c:/wamp/tmp"
xdebug.remote_host = "localhost"
xdebug.remote_port = 9000
xdebug.remote_handler = dbgp
デバッグ/サーバー セクションからリモート環境を検証しようとすると、「検証スクリプトの実行に失敗しました」というメッセージが表示されます。