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

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

Full llnode demo.

Thank you

llnode

By kysnm

llnode

  • 6,085