Link to home
Start Free TrialLog in
Avatar of DistillingExperts
DistillingExperts

asked on

Software to debug PHP programs

Is there any free or commercial software which I could use to debug a php application step by step?
Avatar of Greg Alexander
Greg Alexander
Flag of United States of America image

ASKER CERTIFIED SOLUTION
Avatar of Greg Alexander
Greg Alexander
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DistillingExperts
DistillingExperts

ASKER

Thank you. Using NetBeans I am getting the following message:
Unable to connect
          Firefox can't establish a connection to the server at localhost.

I am using the following sample application as a test:
http://localhost/AirAlliance/index.php

What is wrong?
That link was internal... so I can't see it... are you setting up a database connection?
http://www.eclipse.org/
You can use Zend debugger or XDebug with it.
Firefox can't establish a connection to the server at localhost.

I don't think that is a PHP problem.