|
|
|
|
|
by jggonz
3987 days ago
|
|
I've been playing with Meteor since 0.5 and only recently discovered the WebStorm IDE. I HIGHLY recommend it even for personal projects. It has built in support for meteor, and gives you a truly powerful debugging environment. You can set breakpoints and examine the state of the app (var values, etc...) while viewing the console within the IDE itself. It also has a Chrome plugin that allows the IDE to launch and debug apps in the browser. Here's the link to download the 30 day trial: https://www.jetbrains.com/webstorm/ Simple set up instructions: https://www.jetbrains.com/webstorm/help/using-meteor.html |
|