PHP头条
热点:

应用ZendStudio8断点调试php


使用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就可以直接进入我们设的断点位置。

www.phpzy.comtrue/phprm/22883.htmlTechArticle应用ZendStudio8断点调试php 使用Zend Studio 8 断点调试 php 目前ZendDebugger还不支持ff4,我用的是ff3.6 ? 安装Zend Studio - 8 时会对 ff和ie进行zend studio 插件安装。 ? 装号zend 后,还需要 下载ZendDebu...

相关文章

PHP之友评论

今天推荐