Ross ROSS = Recommend OSS · open-source software intelligence for agents

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. observed · 2026-08-28

github.com/nodejs/llnode · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3953
  • days_rel: n/a
  • days_push: 620
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1168 stars · 100 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

plugin · maturity active

developer-tools developer-tools bsd lldb core-dumps v8 debugger-plugin postmortem-debugging debugging macos linux nodejs

1 source

Member repositories

RepositoryRoleHealth v2
nodejs/llnodemain23

For agents

markdown · JSON · MCP: product_card(name="nodejs/llnode")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem