将Eclipse PHP调试器设置为xDebug

时间:2014-10-21 06:30:42

标签: eclipse xdebug

我正在关注this tutorial on youtube在Eclipse上设置xDebug。当我进入Preference时,没有Dropdown菜单供我在调试器字段中选择xDebug(见下文):enter image description here

这是我在php.ini中的内容:

xdebug.remote_enable = ON
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
xdebug.remote_port = 9000

从我安装的调试器中,XDebug也在那里。 enter image description here

可能有人知道问题是什么?

0 个答案:

没有答案