llnode
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.
github.com has no ipv6 address ```(bash) host github.com github.com has address 140.82.121.3 github.com mail is handled by 5 alt2.aspmx.l.google.com. github.com mail is handled by 1 aspmx.l.google.com. github.com mail is handled...
Hi, I'm getting this error below, Any help appreciated: ``` `matchapug@MRPUG:/mnt/c/Windows/system32$ npm install -g llnode > [email protected] preinstall /home/matchapug/.nvm/versions/node/v14.18.1/lib/node_modules/llnode > node scripts/configure.js Build dir is: /home/matchapug/.nvm/versions/node/v14.18.1/lib/node_modules/llnode Looking for lldb executable......
``` [root@vm llnode]# cat /proc/version Linux version 3.10.0-123.20.1.el7.x86_64 ([email protected]) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Thu Jan 29 18:05:33 UTC 2015 [root@vm llnode]# node -v...
If I use the following `brew install` command from the readme: ``` brew install --with-lldb --with-toolchain llvm ``` I get the following error: ``` Error: invalid option: --with-lldb ``` Here's...
When compiling with gcc-10.2.0 there are some warnings emitted. The unit tests were failing when using gdb-9.2 and lldb-10.0.1 as the line would change from ```code error: error: use of...
`--with-lldb --with-toolchain` are removed from https://github.com/Homebrew/homebrew-core/blob/master/Formula/llvm.rb
Fix #310 I could not make all the tests pass, but I tried as best as I could. If you want any changes, let me know and I can fix...