Zend studio 10.0不进断点
在官网有安装debug教程:摘下来部分:
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选择进去。
额,调好了,可以慢慢跳了。