How serious are debugging issues in meteor?

Is it a viable production option??

Pls. refer my question here: Node-inspector not working, now visible sources .

Is it possible to rely on Meteor for production?? I don’t know how much the problem is being solved in Meteor 1.6??

Does moving to a newer node.js version a good idea? Which version of Node.js would you recommend for Meteor 1.5/1.6??

How can we bypass the debugging issues on meteor??

In development, you can use Webstorm to get breakpoints on the server, and of course Chrome dev tools for breakpoints on client. What debugging issues are you encountering?