vote up 2 vote down star

Are there any tools out there that can help find and remove memory leaks from JavaScript code? At least something that can find circular references. My code is very complicated, and finding these manually will not be fun.

Duplicate of:

http://stackoverflow.com/questions/95326/what-tools-and-techniques-do-you-use-to-fix-browser-memory-leaks

flag

closed as exact duplicate by insin Nov 3 '08 at 15:11

1 Answer

vote up 1 vote down check

Check the Mozilla Performance Tools, there are also some commercial utilities, like JavaScript Memory Validator

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.