0

有时我想分析流星应用程序中的工作原理,我希望我可以在 .meteor 目录中输出日志。但是如果我在那里添加一个 console.log() ,它永远不会显示。有没有办法这样做?

4

1 回答 1

0

As of the current version of Meteor, you can use a normal debugger on the server side using meteor debug. (You could always use the debugger client-side by using the Web Inspector.)

于 2015-04-20T14:36:00.547 回答