欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

netbeans上 xdebug调试php

程序员文章站 2022-06-17 08:45:20
...
netbeans下 xdebug调试php

netbean-xdebug配置

下载 php_xdebug-2.0.4-5.2.8.dll 文件,放到php的ext文件夹下
在php.ini中添加如下内容
zend_extension_ts="C:/php/ext/php_xdebug-2.0.4-5.2.8.dll"
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
netbeans 官网描述
netbeans官网也是学习该平台更好的去处
http://netbeans.org/kb/index_zh_CN.html
netbeans上 xdebug调试php

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频


网友评论

文明上网理性发言,请遵守 新闻评论服务协议

我要评论
  • netbeans上 xdebug调试php
  • 专题推荐

    作者信息
    netbeans上 xdebug调试php

    认证0级讲师

    推荐视频教程
  • netbeans上 xdebug调试phpjavascript初级视频教程
  • netbeans上 xdebug调试phpjquery 基础视频教程
  • 视频教程分类