netbeans上 xdebug调试php
程序员文章站
2022-04-13 22:37:43
...
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
在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
http://netbeans.org/kb/index_zh_CN.html
相关文章
相关视频
专题推荐
-
独孤九贱-php全栈开发教程
全栈 170W+
主讲:Peter-Zhu 轻松幽默、简短易学,非常适合PHP学习入门
-
玉女心经-web前端开发教程
入门 80W+
主讲:灭绝师太 由浅入深、明快简洁,非常适合前端学习入门
-
天龙八部-实战开发教程
实战 120W+
主讲:西门大官人 思路清晰、严谨规范,适合有一定web编程基础学习
- 最新文章
- 热门排行
下一篇: php兑现url伪静态化
推荐阅读
-
Eclipse+php插件+Xdebug搭建PHP完美开发/调试环境指南
-
php中我使用curl抓取页面,本地调试都可以,可是放到服务器上就出现400badrequest
-
Docker容器化PHP开发环境搭建-DVWA (含xdebug调试)
-
Phpstorm+Xdebug断点调试PHP的方法
-
Windows和Linux中php代码调试工具Xdebug的安装与配置详解
-
phpStorm+xdebug调试(php7.3)
-
Phpstorm+Xdebug断点调试PHP的方法
-
php配置xdebug插件,断点调试
-
PHPStorm+Xdebug断点远程调试PHP xdebug安装
-
PHP远程调试之XDEBUG
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论