Node.js V8 Inspector
Extension for launching V8 Inspector for Node.js debugging
Wat is Node.js V8 Inspector?
Node.js V8 Inspector is een Chrome-extensie ontwikkeld door Continuation Labs, en de belangrijkste functie is "Extension for launching V8 Inspector for Node.js debugging".
Download het CRX-bestand van de extensie Node.js V8 Inspector
Download Node.js V8 Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | lfnddfpljnhbneopljflpombpnkfhggl |
Officiële URL | https://chrome.google.com/webstore/detail/nodejs-v8-inspector/lfnddfpljnhbneopljflpombpnkfhggl |
Beschrijving | Extension for launching V8 Inspector for Node.js debugging |
Bestandsgrootte | 39.6 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 0.12.0 |
Laatst Bijgewerkt | 2017-02-07 |
Publicatiedatum | 2017-02-07 |
Beoordeling | 3.78/5 Totaal 18 Beoordelingen |
Ontwikkelaar | Continuation Labs |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://continuation.io |
Help Pagina-URL | https://github.com/continuationlabs/node-v8-inspector |
Ondersteunde Talen | 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 |