UNPKG

strong-debugger

Version:

DevTools Remote Debugging Protocol provider for Node.js and io.js

8 lines (7 loc) 140 B
'use strict'; var counter = 0; console.log('tick', counter); setInterval(function() { console.log('tick', ++counter); debugger; }, 50);