I'm learning how to use Meteor and am coming from some basic/intermediate python/django knowledge.
What's the best debugging tool in Meteor, perhaps one that can let you pause the code in the middle of execution and let you walk through? I'm thinking something like ipdb in python...