# 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.

Repository: https://github.com/nodejs/llnode
Canonical: https://ross.abutalabs.com/products/llnode
Language: C++
License: NOASSERTION
License Family: other
Topics: nodejs, node
Last push: 2024-12-21T09:35:20+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3953, "days_push": 620, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1168, forks 100 (observed 2026-08-28T04:03:50.914257+00:00)

## What it is
llnode is an LLDB plugin written in C++ for inspecting Node.js and V8 JavaScript states. It enables inspection of JavaScript stack frames, objects, and source code in live Node.js processes and core dumps.

## Use cases
- debug a hung Node.js process in LLDB
- analyze a Node.js core dump to find what JavaScript was running
- inspect JavaScript objects and stack frames during debugging
- postmortem debugging of crashed Node.js applications
- find memory leaks by examining live JavaScript heap objects

## When to choose
- you need to debug Node.js processes or core dumps at the JavaScript level
- you want to combine C/C++ LLDB debugging with JavaScript visibility
- you are doing postmortem analysis of crashed Node.js applications

## When to avoid
- you only need basic logging or APM-style monitoring rather than low-level debugging
- you use a Node.js build not from official channels (e.g. distro apt packages)
- you need a debugger for non-Node.js JavaScript runtimes

## Facets
- artifact type: plugin
- maturity: active
- function: developer-tools
- domain: developer-tools
- platform: bsd
- tags: lldb, core-dumps, v8, debugger-plugin, postmortem-debugging, debugging, macos, linux, nodejs

## Member repositories
- nodejs/llnode (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:50.914257+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:28:48.458527+00:00, confidence not recorded.
  - readme: https://github.com/nodejs/llnode (fetched 2026-08-28T04:03:50.914257+00:00, sha d59918bbfbc5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
