Skip to content

Instantly share code, notes, and snippets.

@ry
Created October 21, 2011 19:56
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 ry/1304788 to your computer and use it in GitHub Desktop.
Save ry/1304788 to your computer and use it in GitHub Desktop.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\ryan>cd ndoe
The system cannot find the path specified.
C:\Users\ryan>cd node
C:\Users\ryan\node>Debug\node.exe debug lib\fs.js
debug> repl.context is deprecated.
connecting... ok
break in C:\Users\ryan\node\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)
C:\Users\ryan\node>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment