postman+xdebug调试

最近用postman发起请求,发现本地phpstrom设置的断点无效,很奇怪,百度了一下解决办法很简单,需要开启postman的phpstrom调试功能

phpstrom + xdebug+postman

第一步:打开postman,右边找到Cookies  点击Cookies ,  填入 XDEBUG_SESSION=PHPSTORM 则可调起phpstrom的调试功能

postman+xdebug调试_第1张图片

 

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

 

postman+xdebug调试_第2张图片

 

第三步 : 发起请求 成功进入断点

 

postman+xdebug调试_第3张图片

你可能感兴趣的:(Php学习,postman+xdebug,xdebug设置无效)