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?