我在Eclipse中遇到调试器配置问题。 正如你在图片中看到的那样,除了我的PHP Web应用程序调试配置(第一个工作正常),eclipse也启动了远程PHP启动的5倍....
规格:
XAMPP for OS X 5.6.14 Xdebug 2.2.5
zend_extension =/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9001
xdebug.remote_handler=dbgp
我不知道为什么。