Are there any good tools out there for JavaScript memory leak detection? - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-17T12:29:59Zhttp://stackoverflow.com/feeds/question/258914http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/258914/are-there-any-good-tools-out-there-for-javascript-memory-leak-detection2Are there any good tools out there for JavaScript memory leak detection? [closed]JoshNaro2008-11-03T15:03:43Z2008-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#2589311Answer by CMS for Are there any good tools out there for JavaScript memory leak detection?CMS2008-11-03T15:08:02Z2008-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>