Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rocky/trepanjs
- Owner: rocky
- License: mit
- Created: 2015-04-19T03:09:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T23:38:48.000Z (almost 3 years ago)
- Last Synced: 2024-08-15T00:28:50.618Z (4 months ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 16
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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