llnode
Node学園 24時限目@FiNC
Who am I
-
class Kysnm { static fullName() { console.log('Kiyoshi Nomo'); } static belongsTo() { console.log('Goodpatch Inc, Prott API Team'); } static community() { console.log('Node.js 日本ユーザーグループ'); } static basedOn() { console.log('イベントの受付'); } static loves() { console.log({ music: ['椎名林檎 / 東京事変', '黒木渚', 'ポルカドットスティングレイ', '赤い公園 (New!)'] }); } }
What is llnode
- Node.js v4.x-v6.x C++ plugin for LLDB - a next generation, high-performance debugger
- https://github.com/nodejs/llnode
What is lldb
- LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler.
- LLDB is the default debugger in Xcode on Mac OS X and supports debugging C, Objective-C and C++ on the desktop and iOS devices and simulator.
- https://lldb.llvm.org/
How to install llnode
- Install with npm
- https://github.com/nodejs/llnode#install-with-npm
- Install with Homebrew (OS X)
- https://github.com/nodejs/llnode#install-with-homebrew-os-x
- Build Instructions at OSX
- https://github.com/nodejs/llnode#build-instructions
Full llnode demo.
Thank you
llnode
By kysnm
llnode
- 6,477