Node.js V8 Inspector
Extension for launching V8 Inspector for Node.js debugging
Node.js V8 Inspector là gì?
Node.js V8 Inspector là một tiện ích mở rộng Chrome được phát triển bởi Continuation Labs, và tính năng chính của nó là "Extension for launching V8 Inspector for Node.js debugging".
Tải xuống tệp CRX của tiện ích mở rộng Node.js V8 Inspector
Tải xuống các tệp mở rộng Node.js V8 Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lfnddfpljnhbneopljflpombpnkfhggl |
URL Chính Thức | https://chrome.google.com/webstore/detail/nodejs-v8-inspector/lfnddfpljnhbneopljflpombpnkfhggl |
Mô tả | Extension for launching V8 Inspector for Node.js debugging |
Kích Thước Tệp | 39.6 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 0.12.0 |
Cập Nhật Lần Cuối | 2017-02-07 |
Ngày Phát Hành | 2017-02-07 |
Đánh Giá | 3.78/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | Continuation Labs |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://continuation.io |
URL Trang Trợ Giúp | https://github.com/continuationlabs/node-v8-inspector |
Ngôn Ngữ Được Hỗ Trợ | 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 |