Windows 10:xdebug没有停止使用eclipse

时间:2015-08-12 21:09:44

标签: eclipse windows apache xdebug

httpd.conf设置listen:9080(听80无法使用Windows 10视觉工作室以某种方式阻止它工作。) 所以工作的网址是http://localhost:9080/project2

php.ini设置在phpinfo()中正确显示 [xdebug] xdebug.remote_enable=On xdebug.remote_autostart=On xdebug.remote_handler=dbgp xdebug.remote_host=localhost:9080 xdebug.remote_port=9000 xdebug.remote_mode=req xdebug.profiler_enable = off xdebug.profiler_enable_trigger = off xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = "c:/wamp/tmp" xdebug.show_local_vars=0 并在eclipse中设置

偏好设置 - > php - >服务器 - >修改

基本网址:http://localhost:9080

本地网络根目录:C:\wamp\bin\php\php5.5.12

服务器 - >什么是路径映射?

服务器路径? http://localhost:9080/project2

本地路径? C:\Apache24\htdocs\project2

按如下方式设置PHP可执行文件:

可执行路径:C:\wamp\bin\php\php5.5.12

php.ini:C:\wamp\bin\php\php5.5.12\php.ini

调试 - >运行配置 - >调试器 - >配置

接受远程会话:尝试了localhost并提示

在Chrome和Opera中尝试过,他们都在不停地运行。 虽然想使用调试器,但可以通过打印到页面进行调试。

在chrome中无法想到调试集和绿色的任何其他原因。尝试禁用它并再次选择调试。

请尽快回复。

0 个答案:

没有答案