yasd
yasd copied to clipboard
PHPSTORM怎么使用yasd调试
在phpstorm中按xdebug配置端口

开始调试时,链接为 http://localhost?XDEBUG_SESSION_START=19587, ide无法开始调试

你可以看这个视频:https://course.swoole-cloud.com/course-video/136
@chenchen211 哥们,你那边 OK 了吗?想请教一下。
@ipuppy2 有问题加我微信codinghuang
@huanghantao 非常感谢,我找到了这个 issue, 根据上面的操作,配置成功了: https://github.com/swoole/yasd/issues/59
https://course.swoole-cloud.com/course-video/136
视频不存在了
可以考虑使用 swoole-src的 xdebug分支,https://github.com/swoole/swoole-src/tree/support-xdebug 可以直接使用xdebug进行调试,前提是PHP版本要大于等于8.1