node-inspector / node-debug-samples

Small sample apps useful to explore Node Inspector debugging features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-debug-samples

Small sample apps useful to explore Node Inspector debugging features

  • hello-world: Most simple program possible with no require statements.
  • simple-server: Http application with a function call.
  • sourcemap: Http application written in CoffeeScript, good for debugging sourcemap support.

About

Small sample apps useful to explore Node Inspector debugging features

License:MIT License


Languages

Language:JavaScript 60.4%Language:CoffeeScript 39.6%