Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@indutny
Created October 20, 2011 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indutny/c76c3330ca405c094371 to your computer and use it in GitHub Desktop.
Save indutny/c76c3330ca405c094371 to your computer and use it in GitHub Desktop.
indutny@dhcp-218-233-wifi:~/Code/indutny/node > ./node debug lib/fs.js
debug> repl.context is deprecated.
< debugger listening on port 5858
connecting... ok
break in lib/fs.js:22
20 // USE OR OTHER DEALINGS IN THE SOFTWARE.
21
22 var util = require('util');
23
24 var binding = process.binding('fs');
debug> n
There was an internal error in Node's debugger. Please report this bug.
undefined is not a function
TypeError: undefined is not a function
at Interface.controlEval (_debugger.js:930:5)
at REPLServer.eval (native)
at Interface.<anonymous> (repl.js:187:12)
at Interface.emit (events.js:67:17)
at Interface._onLine (readline.js:162:10)
at Interface._line (readline.js:426:8)
at Interface._ttyWrite (readline.js:603:14)
at ReadStream.<anonymous> (readline.js:82:12)
at ReadStream.emit (events.js:88:20)
at ReadStream._emitKey (tty.js:309:10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment