The real question is how much of that storage do you se.
And ditto on the JavaScript comment. Check out http://www.mozilla.org/projects/venkman/ if you havn't already. It lets you place breakpoints anywhere and see the structure/values of every object and variable in your script.
Doesn't seem to have as many javascript debugging features as venkman (No profiling tools or conditional breakpoints), but I do like the AJAX spy tool and the built in DOM editor.
Yeah, but if all you need is a simple stack trace (which is often the case), its much easier to work with. Web Developer Toolbar an Firebug have been my best friends for the last few days.
Comments 4
And ditto on the JavaScript comment. Check out http://www.mozilla.org/projects/venkman/ if you havn't already. It lets you place breakpoints anywhere and see the structure/values of every object and variable in your script.
Reply
Reply
Doesn't seem to have as many javascript debugging features as venkman (No profiling tools or conditional breakpoints), but I do like the AJAX spy tool and the built in DOM editor.
Reply
Reply
Leave a comment