Magento 2
How to prevent Xdebug from locking on running `bin/magento cron:run`?
Administration
xdebug
,
cron
dmitrii_fediuk
(Dmitrii Fediuk)
October 13, 2019, 7:58pm
1
You need to
prevent the primary PHP process from forking
.
How to prevent the primary PHP process from forking on `bin/magento cron:run`?