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:
|
|
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: |
|||
|
|
closed as exact duplicate by insin Nov 3 '08 at 15:11 |
|
|
Check the Mozilla Performance Tools, there are also some commercial utilities, like JavaScript Memory Validator |
||
|
|