why use a debugger in php and why use it with php5?

  1. more warnings dropped (php5)
  2. you can decide what to view while youre debugging
  3. open the files you debug while youre debugging
  4. Development gets faster, gtd
  5. see how your script really works instead looking for the needle inthe haystack
  6. avoid useless debug output in your script

This is just the result from a lot of work of my colleagues and my boss who conviced me to use it. What should i say ;) They where absolutely right.
 Permalink

Comments

No new comments allowed (anymore) on this post.