Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有时我想分析流星应用程序中的工作原理,我希望我可以在 .meteor 目录中输出日志。但是如果我在那里添加一个 console.log() ,它永远不会显示。有没有办法这样做?
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.)
meteor debug