Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 333 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 333 Bytes

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.