zoukankan      html  css  js  c++  java
  • Xdebug

    参考文档
    1、如何愉快的在PhpStorm中进行Xdebug断点调试:

      https://blog.csdn.net/RobotYang123/article/details/80370030
    2、如何愉快的在PhpStorm中进行Xdebug断点调试:

      https://segmentfault.com/a/1190000014942730
    3、PHP xdebug 模块下载:

      https://xdebug.org/download.php
    4、PHP xdebug 模块检测和下载:

      https://xdebug.org/wizard.php
    5、Xdebug helper 浏览器插件:

      https://www.crx4chrome.com/crx/1716/
    6、PhpStorm 本地断点调试:

      https://blog.csdn.net/qq_21386275/article/details/78109498

    参考资料
    1、phpStorm+XDebug进行断点调试的配置

      http://www.chenxuanyi.cn/xampp-phpstorm-xdebug.html

    2、利用下面网页中的Start debug按钮在COOKIE中设置Xdebug所需的变量。

      http://www.jetbrains.com/phpstorm/marklets/

    3、 Cannot accept external Xdebug connection:Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])

      http://devnet.jetbrains.com/message/5463083?tstart=0

    4、Xdebug调试原理

      http://my.oschina.net/atanl/blog/371424

    如果使用 phpstorm + postman 进行调试,

    在postman 请求时添加

    在postman请求中的COOKIE里加入XDEBUG_SESSION=PHPSTORM则可调起phpstrom的调试功能

    在Headers中新增key:Cookie,Value:XDEBUG_SESSION=PHPSTORM

    也可以在postman  Cookies 中添加

     

    完成后,打开phpstorm 的小电话,在对应文件打上断点,在Postman 发送请求,在 phpstorm 上查看debug

    需要注意;你的php.ini 里面关于 xdebug 的配置全面; 最起码你要让xdebug 和你的 phpstorm 关联起来

    世事洞明皆学问
  • 相关阅读:
    C/S 架构和B/S架构的区别
    LoadRunner工作原理
    修改密码测试用例
    登录测试用例
    上传测试点
    avd 配置信息详解
    创建模拟器
    命令模式下启动模拟器,加载软件
    启动模拟器时出现Failed to create Context 0x3005
    SDK Manager更新时出现Failed to fectch URl https://dl-ssl.google.com/android/repository/addons_list.xml, reason: Connection to https://dl-ssl.google.com ref
  • 原文地址:https://www.cnblogs.com/Json159/p/10281781.html
Copyright © 2011-2022 走看看