@a5635268
2016-04-23T21:12:32.000000Z
字数 526
阅读 1062
PHP
首先把PHPinfo的输出贴到这个地方获取相应的xdebug版本;
https://xdebug.org/wizard.php
检测完之后xdebug官网会给出后续的步骤;
[xdebug]
zend_extension = "E:\wnmp\php\ext\php_xdebug-2.4.0-5.5-vc11-x86_64.dll"
xdebug.remote_enable = On
xdebug.remote_handler = dbgp
xdebug.remote_host= localhost
xdebug.remote_port = 8888
xdebug.idekey = "PHPSTORM"
xdebug.trace_output_dir = "E:\wnmp\debug\xdebug_log"
xdebug.profiler_output_dir = "E:\wnmp\debug\xdebug_log"
4. 接下来参考文章
https://segmentfault.com/a/1190000004096627
https://segmentfault.com/a/1190000004339411