why use a debugger in php and why use it with php5?
- more warnings dropped (php5)
- you can decide what to view while youre debugging
- open the files you debug while youre debugging
- Development gets faster, gtd
- see how your script really works instead looking for the needle inthe haystack
- 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.