1.下载xdebug文件
将phpinfo()的源代码复制到文本框中,xdebug会提示如何配置和下载哪个版本的xdebug。
全部下载地址:
http://www.xdebug.org/download.php
2.配置php.ini,在末尾加上。
- zend_extension="php_xdebug-2.3.3-5.6-vc11.dll"
- xdebug.remote_enable = On
- xdebug.remote_handler = "dbgp"
- xdebug.remote_host = "localhost"
- xdebug.remote_port = 9000
- xdebug.idekey = PHPSTROM
新闻热点
疑难解答