Is it possible to un-minify Chrome's heap snapshot results? (like through a source map)

84 Views Asked by At

I'm trying to interpret the results of various heap snapshots on Chrome's dev tools menu for memory leaks but it's hard breaking down some of the code but since it's minified, a lot of the variable and function names aren't very helpful.

Would appreciate any help and ideas!

It seems like it can be done through Microsoft Edge's memory tool but I would like to accomplish something similar through Chrome.

0

There are 0 best solutions below