在hbuilder中利用xdebug helper 断点调试php

1. 在php.ini最后面添加下面的配置, 添加后需要重启apache zend_extension="C:\lijinlong\JAVA\php-5.6.30-Win32-VC11-x64\ext\php_xdebug.dll" //这里是xdebug的扩展 xdebug.remote_enable = On xdebug.remote_host = "localhost" xdebug.re
相关文章
相关标签/搜索