You'll need to add debugger statements to your code:
debugger
Meteor.methods({ doSomethingUself: function(){ debugger; niftyFunction(); } });