1.2.0 • Published 5 years ago

bug v1.2.0

Weekly downloads
8
License
BSD-3-Clause
Repository
github
Last release
5 years ago

bug

Travis build status Coveralls NPM version Canonical Code Style Twitter Follow

Bug Node.js code.

Disclaimer

This is just an experiment.

In 99.99% of the use cases, you want the native Node.js debugger.

Example usage

import bug from 'bug';

console.log('a', Date.now());

bug();

console.log('b', Date.now());

bug();

console.log('c', Date.now());

In the above example, event cycle does not advance past bug invocation until "c" key is pressed.

a 1551014945604
Press "c" key to continue execution.
b 1551014947020
Press "c" key to continue execution.
c 1551014949337
1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago