File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1- # llnode
1+ <p align =" left " >
2+ <a href =" https://github.com/nodejs/llnode " >
3+ <img
4+ alt="llnode"
5+ src="logo.svg"
6+ width="400"
7+ />
8+ </a >
9+ </p >
210
311[ ![ npm] ( https://img.shields.io/npm/v/llnode.svg?style=flat-square )] ( https://npmjs.org/package/llnode )
412[ ![ Build Status] ( https://img.shields.io/travis/nodejs/llnode.svg?style=flat-square )] ( https://travis-ci.org/nodejs/llnode )
@@ -40,7 +48,7 @@ version is LLDB 3.9 and above.
4048 ``` bash
4149 brew update && brew install --with-lldb --with-toolchain llvm
4250 ```
43-
51+
4452 and make sure ` /usr/local/opt/llvm/bin` gets searched before ` /usr/bin/`
4553 on your ` PATH` . llnode will link to the LLDB installation returned by
4654 ` llvm-config` if available.
@@ -273,7 +281,7 @@ TEST_LLDB_BINARY=`which lldb-4.0` npm run test
273281
274282### Useful Environment Variables
275283
276- * `LLNODE_DEBUG=true` to see additional debug info from llnode
284+ * `LLNODE_DEBUG=true` to see additional debug info from llnode
277285* `TEST_LLNODE_DEBUG=true` to see additional debug info coming from the tests
278286* `LLNODE_CORE=/path/to/core/dump LLNODE_NODE_EXE=/path/to/node LLNODE_NO_RANGES=true`
279287 to use a prepared core dump instead of generating one on-the-fly when running
You can’t perform that action at this time.
0 commit comments