I am using CoffeeScript with Node.js. I want to be able to debug JavaScript errors / exceptions that appear, but the line numbers for these errors refer to the generated JavaScript code and not to the CoffeeScript source, so itβs hard for me to figure out where the CoffeeScript error actually is.
Is there any way to debug this? I have the latest version of Node.js, version 0.10 .
source share