https://blog.csdn.net/moqiang02/article/details/37347251wget http://xdebug.org/files/xdebug-2.6.1.tgz cp xdebug-2.6.1.tgz --target-directory=./xdebug ...
分类:
其他好文 时间:
2019-01-20 15:59:51
阅读次数:
154
相信习惯了var_dump调试的小朋友是很少使用debug的,博主就是其中的一个,但是var_dump能调试的项目大多是层次分明,结构清晰的,一旦拿到一个新项目,框架结构层次又很深的话,通过var_dump就会力不从心了。所以,博主花了一天的时间研究了一下debug,俨然已从一个debug小白晋升为 ...
分类:
Web程序 时间:
2019-01-19 16:30:05
阅读次数:
327
安装步骤: 如图: 如果没有;下一步确定你的PHP版本信息: Xdebug下载地址 https://xdebug.org/download.php 1下载对应版本的xdebugxdebug官网下载地址:https://xdebug.org/download.php 你需要仔细分析和选择要下载的对应版 ...
分类:
其他好文 时间:
2019-01-17 15:11:52
阅读次数:
254
问题重现 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 ? jinfo -flags 3032 Attaching to process ID 3032, please wait... Error attachin ...
分类:
编程语言 时间:
2019-01-08 21:11:21
阅读次数:
504
首先输出phpinfo(); https://xdebug.org/wizard.php 打开然后查看适合你的调试扩展版本 ,目前支持到php7.2 整个页面ctrl+a 复制进去 然后下载 扩展文件 下载到 ext目录下 在你的php.ini末尾加上,扩展文件的路径要注意 然后重启apache 打 ...
分类:
Web程序 时间:
2018-12-27 22:52:01
阅读次数:
253
PHP 使用var_dump($arr)时 没有格式化输出。 原因是没有启用‘XDebug’扩展 [xdebug]zend_extension ="d:/wamp/bin/php/php7.0.4/zend_ext/php_xdebug-2.4.0-7.0-vc14.dll" xdebug.remo ...
分类:
其他好文 时间:
2018-12-24 16:10:47
阅读次数:
130
;[xdebug]xdebug.trace_output_dir=/home/hello/xdebugxdebug.profiler_output_dir = '/home/hello/xdebug'xdebug.profiler_enable = Onxdebug.profiler_enable_ ...
分类:
其他好文 时间:
2018-12-23 13:58:21
阅读次数:
123
1.项目启动设置-Xdebug -Xrunjdwp:transport=dt_socket,suspend=n,server=y,address=5005 2.项目启动设置参数说明 XDebug 启用调试。 -Xrunjdwp 加载JDWP的JPDA参考执行实例。 transport 用于在调试程序 ...
分类:
其他好文 时间:
2018-12-21 18:08:45
阅读次数:
217
1、点击cookies添加cookie如下 2、添加域名 3、点击add cookie,在最前面加上XDEBUG_SESSION=PHPSTORM;即可 ...
分类:
Web程序 时间:
2018-12-19 13:07:53
阅读次数:
155