Pry alternative package in meteor?

I used to work with ruby on rails before and there is a gem call pry that we use to debug in the server. Though, i curious to know if there is any meteor package similar to it. thanks!

Is this what you’re looking for? https://github.com/alidavut/locus

Not sure if it can be used in Meteor since Meteor runs in fibers, but that’s what I could find.

thanks let me play around with it.