刚刚在linux下安装PHP的开发工具,
发现Zeng Studio不能够调试????

解决方案 »

  1.   

    是什么版本的?我的是zde5.5.1,下个zend debug就能调试了
      

  2.   

    可以使用调试功能的,我以前就用过。
    1.要下载zend debug for linux版本,还要对应到你使用的php版本
    2.要在php.ini文件中配置Zend以启用zend debug. 最主要是设好zend_extension,zend_debugger.allow_hosts, zend_debugger.expose_remotely这三个参数的值.如启用成功,在phpinfo.php中能看到Zend Debugger相关的信息
    3.在zend studio中按F8,设置调试URL,如检查debug server连接成功,就可以使用了.
    这是三个大的步聚,更细节的东西你可百度一下.