XAMPP Mac版本怎样开启xdebug插件

By admin, 4 二月, 2016

1. 下载安装Firefox的The easiest Xdebug插件

2. 确认/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so存在(20131226可能不同)

3. 编辑/Applications/XAMPP/etc/php.ini,找到zend_extension区域,添加以下代码:

 

zend_extension="/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so"(注意修改成正确的路径,可能需要替换20131226)

xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000

xdebug.show_local_vars=1

xdebug.remote_log=/Applications/XAMPP/logs/xdebug.log

4. 重启Apache服务器,打开phpinfo.php,确认xdebug已开启

5. 在NetBeans里打开调试按钮

6. Firefox的easiest xdebug按钮可以切换debug状态

 

标签

评论

Restricted HTML

  • 允许的HTML标签:<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src>
  • 自动断行和分段。
  • 网页和电子邮件地址自动转换为链接。
验证码
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
请输入"Drupal10"