Quote:
Originally Posted by Jon W
I wish JavaScript had better error reporting. Kinda like PHP does.
|
you are using firebug right?
i would venture to say that while the reporting is not as explicit, javascript is easier overall to debug since you can poke around the live environment from firebug. In php, you would have to code your var_dumps ahead of time...
with great power come great responsibility...