I have a question about using eclipseforphp for debugging. the Eclipse for PHP Developers Version is Version: Helios Service Release 1.
Xdebug is already installed. you can see
After eclipse is configured, a helloworld project is created. there is only one file in the project. the my. php code is as follows:
Echo "hello world ";
?>
When you click Run As-> PHP Wed Page, the error message is displayed. if you have any idea how to handle it, please reply. thank you.
Reply to discussion (solution)
Have you specified xdebug. trace_output_dir and xdebug. profiler_output_dir?
Not seen
Have you specified xdebug. trace_output_dir and xdebug. profiler_output_dir?
Not seen
@ Xuzuning thank you for your reply. it has been specified. Please help me reply and see what else may cause an error.
See Figure 3.
But error message
No appropriate file located or no file selected. Debug Terminated
No file is selected or no selected file is selected. Debugging ended
Comment out the commands that specify the report file name format.