您需要debugger在代码中添加语句:
Meteor.methods({ doSomethingUself: function(){ debugger; niftyFunction(); } });