Node.js V8 Inspector
Extension for launching V8 Inspector for Node.js debugging
Node.js V8 Inspectorคืออะไร?
Node.js V8 Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Continuation Labs และคุณลักษณะหลักของมันคือ "Extension for launching V8 Inspector for Node.js debugging"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Node.js V8 Inspector
ดาวน์โหลดไฟล์ส่วนขยาย 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 |