在PhpED中结合Dbg调试

注1:Apache/php的配置参见“PHP实战记录系列之一”
注2:Dbg调试和Zend Debugger调试不能同时执行,即php.ini中不能同时启用,切换Zend Studio和PhpED开发工具是,必须切换相应的debugger配置。
安装
复制d:\Program Files\NuSphere\PhpED\debugger\server\Windows\x86\dbg-php-5.2.dll到d:/myamp/PHP5.2.9/ext/dbg-php-5.2.dll
配置php.ini
在末尾增加如下配置
;配置php debugger for PhpED
extension=dbg-php-5.2.dll
[debugger]
debugger.enabled=on
debugger.profiler_enabled=on
debugger.hosts_allow=127.0.0.1
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16



发表评论

您的电子邮箱地址不会被公开。

1 + 2 =