Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created March 13, 2012 18:25
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 isaacs/2030486 to your computer and use it in GitHub Desktop.
Save isaacs/2030486 to your computer and use it in GitHub Desktop.
$ ./node debug --port=13683 test/fixtures/breakpoints_utf8.js
< debugger listening on port 13683
connecting... ok
debug> ^C
$ ./node debug --port=13683 test/fixtures/breakpoints_utf8.js
< debugger listening on port 13683
connecting... ok
debug>
(^C again to quit)
debug>
$ ./node debug --port=13683 test/fixtures/breakpoints_utf8.js
< debugger listening on port 13683
connecting... ok
break in test/fixtures/breakpoints_utf8.js:1
1 debugger;
2 function a(x) {
3 var i = 10;
debug>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment