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.
- Host: GitHub
- URL: https://github.com/domchen/v8-inspector
- Owner: domchen
- License: mit
- Created: 2016-07-28T06:20:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T09:19:50.000Z (over 9 years ago)
- Last Synced: 2025-09-10T11:50:40.400Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.18 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)