I have a web application which has a memory leak somewhere and I am unable to detect it. I already tried the Chrome developer tools which normally works great, but I am unab
update: Lets use Record Heap Allocations profile type.
See screencast Javascript Memory Leak detection (Chrome DevTools)
was: You can use the next scenario for fining memory leaks.
After that you will see objects a set of leaked objects. You can select an object and look at the list of retainers in Object's retaining tree