Debug meteor app in sublime text 3

hello everyone,

i have searched google for packages that can help me debug meteor server side code and i didnt find something good.

and i can’t figure it out.

can i debug meteor server code in sublime text 3?

I use the Webstorm IDE. It provides breakpoints on both client and server. When you set up a new debug configuration, you just select Meteor from a dropdown. I’ve had great experience using Webstorm with Meteor.

thanks man thats works.

but i really love sublime text :frowning: i guess webstorm will be the debug tool

Why do you need anything but the browser here? Also, have you tried Atom or MS Visual Code (has node debugging) – they both seem really good editors.

Just put meteor into debug mode and debug in chrome, no need to change editors.