Are there any good tools out there for JavaScript memory leak detection? - Stack Overflow [closed] most recent 30 from stackoverflow.com 2009-12-17T12:29:59Z http://stackoverflow.com/feeds/question/258914 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/258914/are-there-any-good-tools-out-there-for-javascript-memory-leak-detection 2 Are there any good tools out there for JavaScript memory leak detection? [closed] JoshNaro 2008-11-03T15:03:43Z 2008-11-03T16:49:03Z <p>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.</p> <p><strong>Duplicate of:</strong></p> <p><a href="http://stackoverflow.com/questions/95326/what-tools-and-techniques-do-you-use-to-fix-browser-memory-leaks">http://stackoverflow.com/questions/95326/what-tools-and-techniques-do-you-use-to-fix-browser-memory-leaks</a></p> http://stackoverflow.com/questions/258914/are-there-any-good-tools-out-there-for-javascript-memory-leak-detection/258931#258931 1 Answer by CMS for Are there any good tools out there for JavaScript memory leak detection? CMS 2008-11-03T15:08:02Z 2008-11-03T15:08:02Z <p>Check the <a href="http://www.mozilla.org/performance/tools.html" rel="nofollow">Mozilla Performance Tools</a>, there are also some commercial utilities, like <a href="http://www.softwareverify.com/javascript/memory/feature.html" rel="nofollow">JavaScript Memory Validator</a></p>