yasd
yasd copied to clipboard
Yet Another Swoole Debugger
 正常命令行启动可以断点,用postman调试接口时会出现报错   接口请求报错如下  断点是打在代理类中
重现: 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  2.启动会yasd会拒绝访问  3.yasd和PHPSTORM的配置    
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...