trepanjs
Version:
A gdb-like debugger for nodejs. It is in the style of the trepanning debuggers.
34 lines (23 loc) • 1.15 kB
Markdown
trepanjs
========
[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Downloads][downloads-image]][downloads-url]
A more *gdb*-like debugger for [nodejs](https://nodejs.org/). It is in the style of the [trepanning](https://rubygems.org/gems/trepanning) [debuggers](https://pypi.python.org/pypi?name=trepan&:action=display).
Code is derived from nodejs's [lib/_debugger.js](https://github.com/joyent/node/blob/master/lib/_debugger.js) inspired by [timoshiu](https://github.com/timoshiu)'s patches.
## Installation
```
npm install -D -g trepanjs
```
or if you need to do this as root on a Unixy system:
```
sudo npm install -D -g trepanjs
```
## More Info
See the [wiki](https://github.com/rocky/trepanjs/wiki/Overview).
[npm-image]: https://img.shields.io/npm/v/trepanjs.svg?style=flat-square
[npm-url]: https://npmjs.org/package/trepanjs
[travis-image]: https://img.shields.io/travis/rocky/trepanjs.svg?style=flat-square
[travis-url]: https://travis-ci.org/rocky/trepanjs
[downloads-image]: http://img.shields.io/npm/dm/trepanjs.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/trepanjs