Zend studio 10.0不进断点
在官网有安装debug教程:摘下来部分:
1 2 3 4 5 6 7 8 9 | To install the Zend Debugger on your server: Download the Studio Web Debugger package which corresponds to your operating system from http: //www.zend.com/en/products/studio/downloads. Extract the Zend Debugger package to a temporary folder. Locate the ZendDebugger.so (Unix) or ZendDebugger.dll (Windows) file in the directory which corresponds to your version of PHP (e.g. 4.3 .x, 4.4 .x, 5.0 .x, 5.1 .x, 5.2 .x, 5.3 .x). Copy the file to your Web server in a location that is accessible by the Web server. To load the Zend Debugger, add the following line (which corresponds to your operating system) to your php.ini file: Linux and Mac OS X: zend_extension=<full_path_to_ZendDebugger.so> Windows: zend_extension_ts=<full_path_to_ZendDebugger.dll> Windows non-thread safe: zend_extension=<full_path_to_ZendDebugger.dll> |
老汉的php偏偏5.5.9所以果断本地不支持了。所以找xdebug
按这老兄http://my.oschina.net/caoge/blog/118725调了下,没办法,还是不进去。只好又找
http://blog.csdn.net/youaregoo/article/details/16970775查到了,是没把php单个项目运行时配置debug选择进去。
额,调好了,可以慢慢跳了。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 2025年我用 Compose 写了一个 Todo App
· 张高兴的大模型开发实战:(一)使用 Selenium 进行网页爬虫