是否可以使用CoffeeScript for Node.js来分析我的代码?

我知道我可以使用--prof来运行node myfile.js时进行configuration文件,但是如果我运行coffee myfile.coffee呢? 假设我不能编译成.js,因为文件中有很多依赖关系。

我怎样才能运行一个V8探查器?

尝试--nodejs PARAM 。 看coffee --help

看起来你可以将--nodejs命令行parameter passing给coffee ,之后的任何东西都会直接传递给节点。 感谢https://twitter.com/#!/oluwie谁不想承认,但告诉我答案