You are right, I already had the latest version of php installed before installing the evaluation copy of PHD. When I run scripts outside of PHPEd I have no problem.
I am able to debug scripts within PHPEd, however they fail when they reach any include statement that would normally rely on a path directive. I therefore assume that I have setup PHPEd and the Debugger correctly. I am used to Zend Studio but am thinking of changing over because it really does not seem to support php5 very well ( particularly extensions ), phped seems to have the most common extensions already configured.
The reason I posted this issue, is because I got a follow up email from phpEd where they state...
Quote: |
Debugging local PHP scripts
Thanks to NuSphere's "working out of the box" approach debugging of local PHP scripts can be done with out any additional setup. To run your local PHP script in the debugger, you can simply:
* Open the script in the editor
* Hit Run in Debug button and start stepping through the code, checking the variables and PHP objects, assigning new values to the variables, setting watches and breakpoints and everything else you may possibly need to find and eliminate the defects. |
Having to set up a project just to debug a standalone, simple script seems a real pain, so I was really pleased to see this statement... But it does not seem possible to set thing up "by default" so that someone can simply open a script and go.... Without having to go through a whole setup process first.
Any clarification would be appreciated!