Heim > Artikel > Backend-Entwicklung > 请问关于使用eclipse for php 调试的问题
请问,使用的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 吗?
截图中没看到
但错误信息
No appropriate file located or no file selected. Debug Terminated
没有选择适当的文件或没有选择的文件。调试结束
你把那几个指定报告文件名格式的指令注释掉试试