/node-debug-samples

Small sample apps useful to explore Node Inspector debugging features

Primary LanguageJavaScriptMIT LicenseMIT

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.