Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created December 16, 2011 23:24
Show Gist options
  • Select an option

  • Save Raynos/1488491 to your computer and use it in GitHub Desktop.

Select an option

Save Raynos/1488491 to your computer and use it in GitHub Desktop.
PS C:\nodecode\temp> node debug .\temp.js
< debugger listening on port 5858
connecting... ok
debug> c
< node.js:201
< throw e; // process.nextTick error, or 'error' event on first tick
< ^
< bar
program terminated
debug>
function foo() {
throw "bar";
}
foo();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment