how to debug coffeescript in node.js with webstorm 6 source maps
coffeescript, webstorm
Solution
The just released CoffeeScript 1.6.2 now has the annotation for the source map at the bottom as WebStorm expects so it now works as expected.
Problem
I've set up the coffeescript file watcher like in this video http://www.youtube.com/watch?v=Sl1Uk3zT5Fg Which seems to work fine for an html project debugging with google chrome. However, when I start debugging and set a breakpoint in the coffeescript file in a node.js project, it doesn't hit the breakpoint. Setting a breakpoint in the generated js file does however get hit. What do I need to do for the debugger to use the generated source maps and step through the coffeescript with node.js in webstorm 6?