Created
October 1, 2014 10:59
-
-
Save gajus/930ef8ed37629c81c41d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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