netbeans上 xdebug调试php
程序员文章站
2022-05-07 14:15:02
...
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乱码来源分析
推荐阅读
-
php配置xdebug插件,断点调试
-
PHPStorm+Xdebug断点远程调试PHP xdebug安装
-
PHP远程调试之XDEBUG
-
php Xdebug 调试扩展的安装与使用.
-
[视频教程] 配置vscode的PHP自动补全提示与使用Xdebug进行远程调试debug
-
一文掌握PHP Xdebug 本地与远程调试(小结)
-
Windows和Linux中php代码调试工具Xdebug的安装与配置详解
-
MAC 下 netbeans xdebug 调试PHP代码
-
Sublime Text 3 配置 PHP IDE环境 并使用Xdebug进行调试
-
Sublime Text 3 配置 PHP IDE环境 并使用Xdebug进行调试
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论