Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将EclipsePHP调试器设置为xDebug_Eclipse_Xdebug - Fatal编程技术网

将EclipsePHP调试器设置为xDebug

将EclipsePHP调试器设置为xDebug,eclipse,xdebug,Eclipse,Xdebug,我在Eclipse上安装了xDebug。进入“首选项”时,没有下拉菜单可供我在调试器字段中选择xDebug,请参见下文: 以下是php.ini中的内容: xdebug.remote_enable = ON xdebug.remote_handler = "dbgp" xdebug.remote_host = "localhost" xdebug.remote_port = 9000 从我安装的调试器来看,XDebug也在那里。 有谁知道问题出在哪里吗

我在Eclipse上安装了xDebug。进入“首选项”时,没有下拉菜单可供我在调试器字段中选择xDebug,请参见下文:

以下是php.ini中的内容:

xdebug.remote_enable = ON
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
xdebug.remote_port = 9000
从我安装的调试器来看,XDebug也在那里。

有谁知道问题出在哪里吗