An open API service indexing awesome lists of open source software.

https://github.com/domchen/v8-inspector

A debug tool based on Blink Developer Tools for v8 embedder.
https://github.com/domchen/v8-inspector

Last synced: 8 months ago
JSON representation

A debug tool based on Blink Developer Tools for v8 embedder.

Awesome Lists containing this project

README

          

# Introduction

v8-inspector is a debugger interface that uses the Blink Developer Tools for v8 embedded applications.

# Installation

project:
`npm install v8-inspector`

global:
`npm install v8-inspector -g`

# Documentation

See [http://www.idom.me/articles/848.html](http://www.idom.me/articles/848.html)