Skip to content

llnode

Formula Development v4.0.0

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

Install 1 App in Terminal
$
brew install 'llnode'
Source: homebrew/core GitHub Homebrew

Build Dependencies

Installation Notes

`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/"
Install Statistics 15.2% vs 90d

Install activity across time periods

Metric 30 Days 90 Days 1 Year
Total Installs 13 46 250
Avg Daily Installs 0 1 1

Related Development Apps

View All
openssl@3
Popular

Cryptography and SSL/TLS Toolkit

formula Development v3.6.2
ca-certificates
Popular

Mozilla CA certificate store

formula Development v2026
sqlite
Popular

Command-line interface for SQLite

formula Development v3.53.1
node
Popular

Open-source, cross-platform JavaScript runtime environment

formula Development v26.0.0
pcre2
Popular

Perl compatible regular expressions library with a new API

formula Development v10.47
pkgconf
Popular

Package compiler and linker metadata toolkit

formula Development v2.5.1
X