As PHP developers, we spend a huge amount of time browsing PHP class libraries. Over the years, I think I must have downloaded and used thousands of code snippets off the net to save development time. Well, a few days ago we decided to give something back to the community in the form of our humble debugging script.
Check out the script in action before I continue talking about it!
Unlike alot of simple scripts, our 'Debugging Made Easy' script allows debugging from simple sites to incredibly advanced web applications. It can output a string, variable, array or an object. It can also output any of those to email for easy debugging of Ajax and page-refresh scripts.
Read more..
