标签: eclipse debugging xdebug symfony4
如何使用xdebug在eclipse中调试我的Symfony 4应用程序?
我没有单独的网络服务器,并使用内置的php -S 127.0.0.1:8000 -t public运行的Symfony。
php -S 127.0.0.1:8000 -t public
由于