1.2.0 • Published 6 years ago

bug v1.2.0

Weekly downloads
8
License
BSD-3-Clause
Repository
github
Last release
6 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

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago

0.0.0

12 years ago