Page 1 of 1

how to debug php with apache?

PostPosted: 01. September 2008 11:20
by ironmansp
is posible to debug code in php in a xampp system?

PostPosted: 01. September 2008 13:51
by glitzi85
Yes, PHP will throw an error if you made mistakes. Debugging in PHP is like to be single: Do it yourself ;-)

You could try Zend Studio, it contains a complete PHP Environment including a debugger, phpDesigner2008 also contains a debugger afaik (Xardas should now exactly).

glitzi