Is it possible to check a single node object?

I took a snapshot of my node application in nsolid and see that Object 549949 has a very large saved size .

Is there any way to expand this object and see its keys / values ​​and dependent objects?

enter image description here

Edit: thanks @desadr! For interested users, the object was the Maxmind GeoIP database:

enter image description here

+7
javascript nsolid
source share
1 answer

To check the object in depth, I would suggest using the Chrome dev tools, snapshots taken by the N | Solid can be downloaded to your local drive, and then downloaded there.

If you want to download a profile for better analysis, just click the Download snapshot button, then open Google Chrome , open the Chrome developer tools, go to the Profiles tab, right-click on the tab bar and select Download profile , select a dump file and click "Open", then you can view the heap shot in deep.

+7
source share

All Articles