yasd icon indicating copy to clipboard operation
yasd copied to clipboard

Yet Another Swoole Debugger

Results 51 yasd issues
Sort by recently updated
recently updated
newest added

![QQ截图20210904192557](https://user-images.githubusercontent.com/22805416/132092811-6c4ced4f-666a-4380-888a-1c360c37898f.png) 正常命令行启动可以断点,用postman调试接口时会出现报错 ![image](https://user-images.githubusercontent.com/22805416/132092853-15d61fb7-b071-4a0b-9c3c-dde292693c0c.png) ![image](https://user-images.githubusercontent.com/22805416/132092855-afb189ae-a6b9-4ee4-8ce6-a6cabe1b9a4e.png) 接口请求报错如下 ![image](https://user-images.githubusercontent.com/22805416/132092882-c889bacc-37f6-40d8-b304-a15c94e049bf.png) 断点是打在代理类中

重现: 1. PhpStorm 开启 listen 2. 增加 debug 行标记 3. 启动项目 php -e bin/hyperf start 4. 改变 debug 行标记 5. 调用会触发 debug 的接口 6. 终端报: ``` corrupted size vs. prev_size...

重现方式 1、先开启 PhpStorm listen 开关 2、php -e bin/hyperf.php start 启动正常 3、正常触发断点 4、关闭 listen 开关,再次开启 5、无法捕获 debug 信息 ------------ 再次尝试,发现只有在项目启动前开启 listen 才能捕获。

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provides a simple script and debug step to reproduce the problem. phpstorm调试的时候Variables里增加一个空对象表达式,再一次调试就会报错。 2. What...

我通过phpunit去进行调试代码,可以使用吗?我看介绍都是远程接口调用?

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provides a simple script and debug step to reproduce the problem. I have the...

PhpStorm中结束调试经常出现PHP进程没有结束的情况(设定了监听信号),请问有什么好的解决方法吗? 这个问题貌似之前sdebug也常出现。

1. remote_host能不能支持域名,用ip的话每次ip换了需要重新改配置,而且打包到docker里面每次还要更新dockerfile。 2. 能不能添加trigger_value,和xdebug3的一样,当有大量请求时,不希望什么请求都中断,只中断我自己设置了特殊参数的请求,这样才能调试。

1.docker镜像内安装的yasd ![image](https://user-images.githubusercontent.com/33785106/126176405-c65771c8-fa1e-4c40-94bf-7c5525031fd4.png) 2.启动会yasd会拒绝访问 ![image](https://user-images.githubusercontent.com/33785106/126176514-70d051e2-0745-4e34-be5b-e79fdd5f7369.png) 3.yasd和PHPSTORM的配置 ![image](https://user-images.githubusercontent.com/33785106/126176639-3a91110b-7e19-480f-bfeb-df312de9d3d3.png) ![image](https://user-images.githubusercontent.com/33785106/126176711-9309a3d4-968b-459d-ab43-1d19cc62f19d.png) ![image](https://user-images.githubusercontent.com/33785106/126177194-3b4f7498-2e53-42a3-b5b4-46d31877cef2.png) ![image](https://user-images.githubusercontent.com/33785106/126177283-780b05ee-1766-4099-aa26-950e87fc9476.png)

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provides a simple script and debug step to reproduce the problem. I tried to...