EPP+XDEBUG调试问题

WBOY
Release: 2016-06-23 14:15:29
Original
763 people have browsed it

php zend output extension exception



在epp3中单步调试时,断点设置无效
比如 
echo “helloworl”;//设置断点。
echo "hhhhhh";


调试时候直接输出结果 helloworlhhhhhh

下面是php。ini的配置信息,php环境直接用的xampp 版本是php5.4的。
zend_extension = "D:\xampp\php\ext\php_xdebug.dll";是否开启自动跟踪xdebug.auto_trace= On;是否开启异常跟踪xdebug.show_exception_trace= On;是否开启远程调试自动启动xdebug.remote_autostart= On;是否开启远程调试xdebug.remote_enable= On;允许调试的客户端IPxdebug.remote_host=192.168.1.211;远程调试的端口(默认9000)xdebug.remote_port=9000;调试插件dbgpxdebug.remote_handler=dbgp;是否收集变量xdebug.collect_vars= On;是否收集返回值xdebug.collect_return= On;是否收集参数xdebug.collect_params= On;跟踪输出路径xdebug.profiler_output_dir = "D:\xampp\tmp";是否开启调试内容xdebug.profiler_enable=On;调试输出路径xdebug.trace_output_dir = "D:\xampp\tmp"
Copy after login

回复讨论(解决方案)

没有用过这个工具,不过你可以利用epp这个软件,可以设置断点测试。

楼上没傻吧。。。。人家用的就是EPP3好不好。 我也是用EPP3 下了zenddebuger 断点也无效的说

EPP3 配置zenddebuger 、xdebug 断点无效
Eclipse 配置zenddebuger 、xdebug 断点无效
ZendStudio 配置zenddebuger 、xdebug 断点无效

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template