Skip to content

Instantly share code, notes, and snippets.

View sobolews's full-sized avatar

Carl Sobolewski sobolews

  • BingsF
  • Edmonton, Alberta
View GitHub Profile
@sobolews
sobolews / llnode-lldb-showdown.txt
Last active July 14, 2017 03:07
Debugging an infinite loop in node.js 6.0
Install lldb-3.6 and llnode. On Ubuntu:
git clone https://github.com/indutny/llnode
cd llnode
sudo apt-get install lldb-3.6 lldb-3.6-dev
git clone https://chromium.googlesource.com/external/gyp.git tools/gyp
./gyp_llnode -Dlldb_dir=/usr/lib/llvm-3.6/ -Dlldb_lib=lldb-3.6
make -C out/ -j9
sudo make install-linux