댓글 검색 목록

[Nodejs] llnode - 사용자가 객체를 검사하고 충돌 한 Node.js 프로세스에서 통찰력을 얻을 수 있는 사체 분석 도구입니다.

페이지 정보

작성자 운영자 작성일 19-03-07 11:53 조회 427 댓글 0

https://github.com/nodejs/llnode


# Clone this repo
git clone https://github.com/nodejs/llnode.git && cd llnode

# Configure and build the plugin with npm
npm install
# To configure and build the plugin without npm
node scripts/configure.js && node scripts/install.js && node scripts/cleanup.js
# Or use make
make plugin

# To configure and build both the plugin and the addon
npm install --llnode_build_addon=true
# Without npm
LLNODE_BUILD_ADDON=true node scripts/configure.js && node scripts/install.js && node scripts/cleanup.js
# Or use make
make addon # Builds the addon
make       # Builds both the addon and the plugin


댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.