您好,欢迎访问一九零五行业门户网

phpstorm - 如何在dedeAMPZ下调试php?

我使用了dedeampz工具来进行php开发,现在想进行调试,想安装xdebug,如下
[xdebug]zend_extension=..\dedeampz\program\php5\php_xdebug-2.4.0-5.4-vc9-nts.dllxdebug.remote_enable = onxdebug.remote_handler = dbgpxdebug.remote_host= 127.0.0.1xdebug.remote_port = 9000xdebug.idekey = phpstorm

路径什么的绝对没有问题,版本也是对的,但是就是phpinfo()的时候不显示xdebug。phpstorm开启调试模式的时候,一直显示waiting for incoming connection with ide key xx,找了很多很多资料都没有解决,请问下问题会出在哪?
回复内容: 我使用了dedeampz工具来进行php开发,现在想进行调试,想安装xdebug,如下
[xdebug]zend_extension=..\dedeampz\program\php5\php_xdebug-2.4.0-5.4-vc9-nts.dllxdebug.remote_enable = onxdebug.remote_handler = dbgpxdebug.remote_host= 127.0.0.1xdebug.remote_port = 9000xdebug.idekey = phpstorm

路径什么的绝对没有问题,版本也是对的,但是就是phpinfo()的时候不显示xdebug。phpstorm开启调试模式的时候,一直显示waiting for incoming connection with ide key xx,找了很多很多资料都没有解决,请问下问题会出在哪?
路径绝对有问题。
请使用绝对路径
x:\platform\php\ext\php_xdebug.dll
其它类似信息

推荐信息