Xdebug of Laravel Dusk in Netbeans on Homestead
In Laravel Homestead, I've been able to use Xdebug for unit tests, feature tests, poking around in the browser, etc. But it hangs when I try to use Xdebug for Dusk (tests in tests/Browser folder). I thought these questions might help, but I still haven't gotten it working: debugging laravel artisan from PHPStorm with homestead Xdebug laravel artisan commands I've tried various approaches, including: export XDEBUG_CONFIG="idekey=netbeans-xdebug remote_connect_back=0 remote_host=10.0.2.2" php artisan dusk and export XDEBUG_CONFIG="idekey=netbeans-xdebug remote_host=10.0.2.2" php -dxdebug.remote