https://github.com/macacajs/remote-debugger
Node.js remote debugger based on webkit
https://github.com/macacajs/remote-debugger
macaca
Last synced: about 1 year ago
JSON representation
Node.js remote debugger based on webkit
- Host: GitHub
- URL: https://github.com/macacajs/remote-debugger
- Owner: macacajs
- License: mit
- Created: 2016-03-04T03:48:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T09:35:26.000Z (about 6 years ago)
- Last Synced: 2025-03-28T23:21:35.068Z (about 1 year ago)
- Topics: macaca
- Language: JavaScript
- Homepage: https://macacajs.github.io
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# remote-debugger
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/remote-debugger.svg?style=flat-square
[npm-url]: https://npmjs.org/package/remote-debugger
[travis-image]: https://img.shields.io/travis/macacajs/remote-debugger.svg?style=flat-square
[travis-url]: https://travis-ci.org/macacajs/remote-debugger
[coveralls-image]: https://img.shields.io/coveralls/macacajs/remote-debugger.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/macacajs/remote-debugger?branch=master
[node-image]: https://img.shields.io/badge/node.js-%3E=_7-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/remote-debugger.svg?style=flat-square
[download-url]: https://npmjs.org/package/remote-debugger
> Node.js remote debugger
[Remote Debugging Protocol](//chromedevtools.github.io/debugger-protocol-viewer/)
## Installment
```bash
$ npm i remote-debugger --save
```
## Contributors
|[
xudafeng](https://github.com/xudafeng)
|[
ziczhu](https://github.com/ziczhu)
|[
aloneszjl](https://github.com/aloneszjl)
|[
dependabot[bot]](https://github.com/apps/dependabot)
|
| :---: | :---: | :---: | :---: |
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Thu Apr 23 2020 17:34:58 GMT+0800`.
## License
The MIT License (MIT)