
Xdebug
supramolecular
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PHP调式工具Xdebug----PhpStorm2017远程调试环境搭建
1. 环境介绍本地:win10 + PHPstorm2017远程:Ubuntu16.04 Apache2.4 PHP7.02. 远程Xdebug环境配置2.1 安装xdebugsudo apt-get install php-xdebug 2.2 配置xdebugxdebug位置: /etc/php/7.0/mods-available/xdebug.ini...原创 2018-07-20 17:40:54 · 4827 阅读 · 0 评论 -
postman如何配合phpstorm中xdebug
使用postman时,在所请求的API参数中加入一个 XDEBUG_SESSION_START = PHPSTORM原创 2018-12-05 16:55:31 · 1479 阅读 · 0 评论