llnode icon indicating copy to clipboard operation
llnode copied to clipboard

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.

Results 83 llnode issues
Sort by recently updated
recently updated
newest added

I use docker container to run Node.js apps. Sometimes, I got many core files, like this `core.33067` that It is about 650M size. So I copy the core files to...

"v8 findjsobjects" gives the total size of all objects of a specific type. But is there a way to get the size of a specific object?

Hello, everyone. I was brought to this page by [this comment](https://github.com/nodejs/node/pull/55784#issuecomment-2513412064) on one of my PRs in the Node.js repo, as it was said that the change from there could...