If you program using the Intellij IDEA you can debug your Meteor Js applications in a easy way. To do this follow the steps below
You need install a plugin in your browser
Plugin : JetBrains IDE Support
You need configure your meteor server :
Go to edit configurations :
Create a new Meteor Js Server :
You don’t forget set the flag javascript debugger
3 – Lets go !
Start the server in the debugger way and you will see this in your browser:
Now you can debugger, let’s see:
Hi, Just downloaded IntelliJ-IDEA 14.1.4 Ultimate and Meteor is not listed as an option in the configuration. Thanks ahead of time for any help.
LikeLike
David,
You need go in IntelliJ IDEA >> Preferences >> Plugins and add the Meteor plugin.
I hope help you.
LikeLike