nodejs / llnode

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
Other
1.15k stars 100 forks source link

reword! allow use of accessors on v8 inspect and print #314

Closed mmarchini closed 4 years ago

mmarchini commented 5 years ago

Still a work in progress, but this should make it easier to inspect objects:

image

Still have a few things to do:

mmarchini commented 5 years ago

I'm also looking into completion for accessors, but this requires changes to LLDB, so it will take some time until we can use it on llnode.

mmarchini commented 4 years ago

Closing, might get back to it eventually