llnode
Install command:
brew install llnodeLLDB plugin for live/post-mortem debugging of node.js apps
https://github.com/nodejs/llnode
License: MIT
Development: Pull requests
Formula JSON API: /api/formula/llnode.json
Formula code: llnode.rb on GitHub
Bottle (binary package) installation support provided for:
| macOS on Apple Silicon |
tahoe | ✅ |
|---|---|---|
| sequoia | ✅ | |
| sonoma | ✅ | |
| macOS on Intel |
sonoma | ✅ |
| Linux | ARM64 | ✅ |
| x86_64 | ✅ |
Current versions:
| stable | ✅ | 4.0.0 |
Revision: 1
Depends on when building from source:
| lldb | 23.1.1 | Next generation, high-performance debugger |
| node | 26.8.2 | Open-source, cross-platform JavaScript runtime environment |
Uses from macOS: lldb
Binaries:
llnode
| `brew install llnode` does not link the plugin to LLDB PlugIns dir. To load this plugin in LLDB, one will need to either * Type `plugin load $HOMEBREW_PREFIX/opt/llnode/lib/llnode/llnode.dylib` on each run of lldb * Install plugin into PlugIns dir manually (macOS only): mkdir -p "$HOME/Library/Application Support/LLDB/PlugIns" ln -sf '$HOMEBREW_PREFIX/opt/llnode/lib/llnode/llnode.dylib' "$HOME/Library/Application Support/LLDB/PlugIns/" |
Analytics:
| 30 days | 90 days | 365 days | |
|---|---|---|---|
| Installs | 38 | 86 | 256 |
| Installs on Request | 38 | 86 | 256 |
| Build Errors | 0 |