我试图用 PHP Storm 和 xdebug 从 Drupal 打一个模块。我可以点击 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
当我尝试从调试/服务器部分验证远程环境时,我得到“无法执行验证脚本”。