llnode icon indicating copy to clipboard operation
llnode copied to clipboard

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.

Results 83 llnode issues
Sort by recently updated
recently updated
newest added

With this diff, our tests are much better. Previously they were entirely failing on Node 16. Now: * `stack-test` passes (12/12) * `inspect-test` mostly passes (57/59) * `frame-test` somewhat passes...

As per the general drive to document user journeys in node tooling this issue is to track the creation of an llnode tutorial as part of https://github.com/nodejs/diagnostics/issues/502 The next step...

Following the Collaboration Call - 2022-08-09 Opening this issue to capture discussion on features that we should remove, disable, focus on I've captured Backwards Compat - https://github.com/nodejs/llnode/pull/404#issuecomment-1219040462 JS API -...

The test suite currently defines a session timeout for tests based on `process.env.TEST_TIMEOUT` https://github.com/nodejs/llnode/blob/main/test/common.js#L173 This timeout has recently been incremented due to the restricted resources in GH Actions. The timeout...

help wanted
good first issue

As part of the work to get 16 and 18 compat in place we have disabled 19 Opened this to capture that it needs reinstating

* https://github.com/actions/checkout/releases * https://github.com/actions/setup-node/releases * https://github.com/codecov/codecov-action/releases

llnode - 3.2.0 node - 12.19.0 OS - linux stack trace on require ``` > require('llnode') Uncaught Error: Could not locate the bindings file. Tried: → /home/rifler/node_modules/llnode/build/addon.node → /home/rifler/node_modules/llnode/build/Debug/addon.node →...

docs

@qard @kvakil @tony-go Following on from the diagnostics session 2022-07-26 It was suggested to have a followup call on backlog items specific to this project and discuss the `debug_helper` approach...

Instructions to install `lldb` and other dependencies do not work on Ubuntu 20.04 (latest LTS). ``` liam@sleeper:~$ sudo apt-get install lldb-4.0 liblldb-4.0-dev [sudo] password for liam: Reading package lists... Done...

Hey all, it looks like something has broken ( I am assuming a v8 update perhaps?) in node v16.14.0 Running on Monterey v12.2.1 Using node v12 or node v14, I...

V8 Changes