我正在关注this tutorial on youtube在Eclipse上设置xDebug。当我进入Preference时,没有Dropdown菜单供我在调试器字段中选择xDebug(见下文):
这是我在php.ini中的内容:
xdebug.remote_enable = ON
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
xdebug.remote_port = 9000
从我安装的调试器中,XDebug也在那里。
可能有人知道问题是什么?