Hi,
I wondered if someone could help with this simple question. I am trying to debug my php code in eclipse. I am using the following versions:
eclipse=3.5.x
PHPeclipse version=1.2.1.xx
PHP debugger dbg=1.2.1.xx
I have successfuly created a run/debug configuration, pointing the interpreter at the /usr/bin/php. When I try and debug the code it simply says:
could not open input file: xxxx
It looks like the eclipse plugin is getting screwed up and simply not able to match the interpreter with the workspace location! I have tried to browse for the file location, but then the dialog complains that it is not a valid location or something like that!
Can someone tell me how they debug there PHP in eclipse and how they do it?
How to debug php in eclipse!
Moderator: General Moderators
Re: How to debug php in eclipse!
Can someone help me out with this 