Home  >  Article  >  Backend Development  >  应用Zend Studio 8 断点调试 php

应用Zend Studio 8 断点调试 php

WBOY
WBOYOriginal
2016-06-13 13:06:29899browse

使用Zend Studio 8 断点调试 php

目前ZendDebugger还不支持ff4,我用的是ff3.6

?

安装Zend Studio - 8 时会对 ff和ie进行zend studio 插件安装。

?

装号zend 后,还需要 下载ZendDebugger

?

把包里的5_2_x_comp下的ZendDebugger.dll拷贝到php的ext下

?

然后在php.ini里加入

[zend]
zend_extension_ts=D:\PHP\PHP5\ext\ZendDebugger.dll
zend_debugger.allow_hosts=127.0.0.1/10
zend_debugger.expose_remotely=always 

?

这样配合ff或者ie上的zend插件就可断点调试php了。

?

ff进入断点后,不会进入我们设的断点的位置,会在php的第一行。

但IE就可以直接进入我们设的断点位置。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn