本文章来给各位同学介绍关于启用xdebug的具体方法,有需要了解的朋友可进入参考。
代码如下 | 复制代码 |
Windows 7 Business Edition Service Pack 1(64位)
XAMPP v3.2.1
|
1
2
|
[Xdebug]
zend_extension="d:/xampp/php/ext/php_xdebug-2.2.3-5.4-vc9.dll"
|
1
2
3
4
5
6
|
[Xdebug]
zend_extension="d:/xampp/php/ext/php_xdebug-2.2.3-5.4-vc9.dll"
xdebug.remote_enable = On
xdebug.remote_host = 127.0.0.1
xdebug.remote_port = 9000
xdebug.remote_handler = "dbgp"
|