How do you debug PHP scripts?

Posted by Marcel Tjandraatmadja on Stack Overflow See other posts from Stack Overflow or by Marcel Tjandraatmadja
Published on 2008-08-03T23:18:21Z Indexed on 2010/05/10 9:24 UTC
Read the original article Hit count: 218

Filed under:
|

How do you debug your PHP script?

I am aware of basic debugging such as using the Error Reporting. The breakpoint debugging in PHPEclipse is also quite useful. Any other good/better techniques out there?

© Stack Overflow or respective owner

Related posts about php

Related posts about debugging