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

lookup memleaks in js code

This extension pops up an alert dialog to warn chrome and extension developers about one particular type of leak. It warns when chrome windows close but leave other code pointing at their JavaScript objects.

https://addons.mozilla.org/firefox/2490/


I dont have much time to write .. but it works ;) it even finds memleaks in mozilla ;) So far a cool tool at all .. something we needed before but it didt exist .. now it does.
 Permalink
1-2/2