当前位置:首页 > PHP教程 > php环境安装 > 列表

mac php netbeans xdebug 配置方法详解

发布:smiling 来源: PHP粉丝网  添加日期:2014-08-25 17:15:00 浏览: 评论:0 

本文章来给大家详细介绍关于mac php netbeans xdebug 配置方法详解,希望此教程对各位同学有所帮助.

PHP 配置 /opt/local/var/db/php5/xdebug.ini,代码如下:

  1. zend_extension=/opt/local/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so  
  2. [xdebug]  
  3. xdebug.remote_enable=1  
  4. xdebug.remote_host=localhost  
  5. xdebug.remote_port=9000  
  6. xdebug.remote_mode=req  
  7. xdebug.remote_handler=dbgp 
  8. //开源代码phpfensi.com 
  9. 1 output_buffering = Off 

重启服务器.NetBeans配置,command + , – 选择php标签页,在常规标签中填写,PHP 5 解释器:/opt/local/bin/php(php文件的位置),调试标签中填写,调试器端口:9000,会话ID:netbeans-xdebug,其他配置根据需要更改.

Tags: mac php netbeans xdebug配置

分享到: