php zend output extension exception
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"
没有用过这个工具,不过你可以利用epp这个软件,可以设置断点测试。
楼上没傻吧。。。。人家用的就是EPP3好不好。 我也是用EPP3 下了zenddebuger 断点也无效的说
EPP3 配置zenddebuger 、xdebug 断点无效
Eclipse 配置zenddebuger 、xdebug 断点无效
ZendStudio 配置zenddebuger 、xdebug 断点无效