1 min readJul 9, 2020
`php -dxdebug.remote_autostart=1 artisan queue:work <queue_name>`
For anyone who might come here wandering. This line with normal queue setup with xdebug setup should allow debugging queues nicely.
I tried with xaamp + vscode(Xdebug) and It just worked!
Thanks Kebing Yu!