-
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 below code in my…
-
When php script with the code for creating swoole server is run with `php`, everything works fine (except yasd), but if the script is run with option -e (`php -e`) segmentation fault will be returned.…
-
Hey, I am using a dockerized environment with:
1. laravel octan (swoole)
2. nginx to octan
3. traefik for reverse proxy (so I dont't have to use different Ports on each project)
I am able to u…
-
I found snapshots to be slow and unnecessary, please add an option to disable and only show solid colors+domain name or initials if too long,
colors derived from hash on domain name, (similar as i…
-
1. What did you do? If possible, provides a simple script and debug step to reproduce the problem.
Using debug in PhpStorm
2. What did you expect to see?
No errors
3. What did you see instead?…
-
之前用 sdebug还能解决配合 phpunit 出单元测试覆盖率报告,yasd似乎没这能力。
PHP 8.0之后的项目,都没办法了
-
在phpstorm中按xdebug配置端口
![image](https://user-images.githubusercontent.com/20855447/115525139-69105d00-a2c1-11eb-88ab-114381f35318.png)
![image](https://user-images.githubusercontent.com/20855447/1155…
-
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.
debug imi-project
2. Wha…
-
Swoole supports hot code reloading by using the linux command
```
kill -USR1 MASTER_PID
```
(MASTER_PID in my case is `1` )
Yasd don't reload breakpoints after worker restarted.
**Steps to rep…
-
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 use YASD with La…