Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rocky/trepanjs

A more gdb-like debugger for nodejs. In style of the trepan family of debuggers.
https://github.com/rocky/trepanjs

Last synced: about 1 month ago
JSON representation

A more gdb-like debugger for nodejs. In style of the trepan family of debuggers.

Awesome Lists containing this project

README

        

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