I'm using CoffeeScript with Node.js. I want to be able to debug JavaScript errors/exceptions that pop up, but the line numbers for those errors are from the generated JavaScript code, not from the CoffeeScript source, so I'm having trouble figuring out where in the CoffeeScript the error actually is.
Is there anyway I can debug this? I have the latest version of node.js, version 0.10.