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文件
下载Node.js V8 Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |