swoole / yasd

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

start 阻塞在这里 #61

Closed weiba0 closed 3 years ago

weiba0 commented 3 years ago

image

weiba0 commented 3 years ago

image

weiba0 commented 3 years ago

php -e bin/hyperf.php start 后 阻塞在这里

huanghantao commented 3 years ago

php -e bin/hyperf.php start 后 阻塞在这里

When using yasd, if the framework starts slowly (most of the time it's because the framework is scanning a lot of files), you can execute the following command.

composer dump-autoload -o

Then modify the following configuration config/config.php:

'scan_cacheable' => env('SCAN_CACHEABLE', true)

weiba0 commented 3 years ago

我们已经等待了差不多十分钟了,但是还是没有任何输出

huanghantao commented 3 years ago

我们已经等待了差不多十分钟了,但是还是没有任何输出

方便加一个微信吗?我的微信:codinghuang

huanghantao commented 3 years ago

调试后发现,是path mapping没有配置对。