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

应用Zend Studio 8 断点调试 php

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 10:55:24
Original
779 people have browsed it

使用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.dllzend_debugger.allow_hosts=127.0.0.1/10zend_debugger.expose_remotely=always 
Copy after login

?

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

?

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

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

Related labels:
Statement of this Website
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
Latest Issues
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template