Debug with firebug

If you are a web freak and working on javascript you must have faced these issues
- Output an object with all the properties.
- Debuging methods and variables.
- Debuging in Internet Explorer is a headache.
- And more….
Now I days I am hacking javascript for one of my project.
While was googeling for some script I come [...]