swoole / yasd

Yet Another Swoole Debugger
https://huanghantao.github.io/yasd-wiki/
Apache License 2.0
357 stars 35 forks source link

[yasd] Connection refused #84

Closed pizsd closed 3 years ago

pizsd commented 3 years ago

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. php -e bin/hyperf.php start 提示 [yasd] Connection refused

image

  1. What did you expect to see?

  2. What did you see instead?

image

  1. What is your machine environment used (show your uname -a & php -v & gcc -v) ?

image

huanghantao commented 3 years ago

你用nc命令看看能不能连上。这里的连接拒绝指的是无法连接上IDE

pizsd commented 3 years ago

嗯嗯,好了,原因是phpstorm开启监听的时候没起作用,重启ide就好了,多谢大佬