Home  >  Article  >  Backend Development  >  请问关于使用eclipse for php 调试的问题

请问关于使用eclipse for php 调试的问题

WBOY
WBOYOriginal
2016-06-23 09:15:101179browse

请问,使用的Eclipse for PHP Developers  版本是 Version: Helios Service Release 1
xdebug是已经安装好的了,通过phpinfo()可以在浏览期看到如图1所示的

                                               图1

当配置完eclipse后,建立个helloworld的工程,工程里边只有一个文件 my.php   代码如下:
echo "hello world";
?>

当点击Run As -> PHP  Wed Page,出现图2所示的错误提示,麻烦知道怎么处理的朋友帮忙回复下,谢谢啦

                                            图2


回复讨论(解决方案)

你指定了 xdebug.trace_output_dir 和 xdebug.profiler_output_dir 吗?
截图中没看到

你指定了 xdebug.trace_output_dir 和 xdebug.profiler_output_dir 吗?
截图中没看到



@ xuzuning   谢谢您的回复,已经指定了。麻烦在帮忙回复下 看看还有哪里可能出错的地方
如下图3所示

                                          图3

但错误信息
No appropriate file located or no file selected. Debug Terminated
没有选择适当的文件或没有选择的文件。调试结束

你把那几个指定报告文件名格式的指令注释掉试试

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn