Hi, Sometimes (and I don't know when) I get a Stack Overflow at line 0 error.
I know that it could be due to - 1) Recursion 2) Lot of memory consumption by some object 3) Bad usage of iframes (I read it somewhere:) 4) Something else Since it's not reproducible everytime, it's hard to debug. So, I was wondering if using prototype, there is a way to build something like an object monitor to keep track of what all objects are currently there in memory and what have been destroyed? Thoughts? Thank you, Mandy. p.s. This is primarily for Internet Explorer. _______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
