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

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

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)