llnode

LLDB plugin for live and post-mortem debugging of Node.js applications

brewmacoslinux
Try with needOr install directly
Source

About

LLDB plugin for live/post-mortem debugging of node.js apps

Commands

llnode

Examples

Attach to a running Node.js process for live debugging$ lldb -o 'plugin load llnode' -p <pid>
Debug a core dump from a Node.js crash$ lldb -o 'plugin load llnode' -c <corefile> <node-binary>
Inspect JavaScript objects in a debugging session$ lldb> v8 bt