Node.js V8 Inspector
Extension for launching V8 Inspector for Node.js debugging
Node.js V8 Inspector란 무엇입니까?
Node.js V8 Inspector은(는) Continuation Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for launching V8 Inspector for Node.js debugging"입니다.
Node.js V8 Inspector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Node.js V8 Inspector is a Chrome extension for attaching DevTools to running Node.js applications (requires Node v6.3.0). After installing this extension, debug your application using the following steps:
1. Run a Node.js application with the --inspect command line flag.
2. Open the node-v8-inspector extension in Chrome.
3. Verify that host and port match your application's host and debug port. The default value is 9229, the same default used by Node.js. The host defaults to localhost.
4. Press Launch V8 Inspector button.
5. Debug your application.
6. Profit (optional).
Source code at https://github.com/continuationlabs/node-v8-inspector 확장 프로그램 기본 정보
| 이름 | |
| ID | lfnddfpljnhbneopljflpombpnkfhggl |
| 공식 URL | https://chrome.google.com/webstore/detail/nodejs-v8-inspector/lfnddfpljnhbneopljflpombpnkfhggl |
| 설명 | Extension for launching V8 Inspector for Node.js debugging |
| 파일 크기 | 39.6 KB |
| 설치 횟수 | 2,000 |
| 현재 버전 | 0.12.0 |
| 최근 업데이트 | 2017-02-07 |
| 출시 날짜 | 2017-02-07 |
| 평점 | 3.78/5 총 18 개의 평점 |
| 개발자 | Continuation Labs |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://continuation.io |
| 도움말 페이지 URL | https://github.com/continuationlabs/node-v8-inspector |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Node.js V8 Inspector",
"version": "0.12.0",
"manifest_version": 2,
"description": "Extension for launching V8 Inspector for Node.js debugging",
"author": "Continuation Labs | |