node-memwatch
node-memwatch copied to clipboard
See object content
Hi,
Is there a way to see the actual content of the objects ? My current use case is an application which seems to leak a lot of strings, but I'm not sure about the leak source, and knowing which are these string could be a good hint.
+1
+1
Right now the only way to sort of get through this is to use constructs so the name of your construct will show instead of just String, but refactoring stuff just for this reason doesn't seem to be worth it.
+1