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

Refs: https://github.com/nodejs/llnode/issues/245

author ready

> [email protected] preinstall /home/rumen/.npm-global/lib/node_modules/llnode > node scripts/configure.js Build dir is: /home/rumen/.npm-global/lib/node_modules/llnode Looking for lldb executable... Found lldb executable /usr/bin/lldb Reading lldb version... Installing llnode for /usr/bin/lldb, lldb version 10.0 Looking...

- node v12.19.0 (nvm managed) - npm v6.14.8 running `sudo npm install -g llnode` fails with ``` > [email protected] preinstall /Users/daniels/.nvm/versions/node/v12.19.0/lib/node_modules/llnode > node scripts/configure.js Build dir is: /Users/daniels/.nvm/versions/node/v12.19.0/lib/node_modules/llnode Using lldb...

Am using llvm version 9 While installing llnode i get this error when building the project, MSBUILD : error MSB1025: An internal failure occurred while running MSBuild. System.ArgumentException: The name...

if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" build /p:CLToolExe="clang-cl.exe" /p:CLToolPath="C:\Program Files\LLVM\bin" ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" **build /p:CLToolExe="clang-cl.exe"** /p:CLToolPath="C:\Program Files\LLVM\bin" ) Building the projects in this solution one at a...

[Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) is a set of commit message guidelines used by many projects. The main advantage of this instead of using the Node.js commit convention is tooling: Conventional Commit has...

meta

I am trying to install llnode with lldb for debugging the core files , But unfortunately I am not able to install in any of the environments. _npm -v 3.5.2...

there is something wrong with the line number of js, when i use 'v8 bt' to find while line do coredump. for example, while run this file, node coredump: ```...

https://github.com/nodejs/llnode/runs/603630513?check_suite_focus=true Running on a local OS X machine which exhibits the same issues shows that lldb is failing to start a process and attach to it via `run`. This is...

Not sure if it will be possible since we have 2FA on npm, and we'd probably want to use the foundation's Node.js account on npm for that, but it's worth...