Skip to content

Instantly share code, notes, and snippets.

@gajus
Created October 1, 2014 10:59
Show Gist options
  • Save gajus/930ef8ed37629c81c41d to your computer and use it in GitHub Desktop.
Save gajus/930ef8ed37629c81c41d to your computer and use it in GitHub Desktop.
[gajus@web tap]$ node debug tapTrack.js
< debugger listening on port 5858
connecting... ok
break in tapTrack.js:1
1 var exec = require('child_process').exec,
2 util = require('util'),
3 io = require('socket.io')(3000),
debug> c
[..]
break in tapTrack.js:218
216 });
217 stream.on('error', function (data) {
218 debugger;
219 console.log('ERR', util.inspect(data));
220 });
debug> list
[Function]
debug> backtrace
#0 tapTrack.js:218:9
debug>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment