Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 181 Bytes

Debugging.md

File metadata and controls

6 lines (5 loc) · 181 Bytes

Debugging CoffeeScript:

  1. install JetBrains IntellijIDE
  2. create file test/counting.coffee
  3. compile the file with the sourcemap option: coffee -c -m test/counting.coffee