Reputation: 401
I spent lot of time to find out how I can debug simple node.js file in webstorm. after writing simple api in node.js I stuck at some place and looking for solution where i can debug line by line. I am using Web-storm editor. I will also contribute if find some way.
Upvotes: 1
Views: 405
Reputation: 401
Steps to Debug Node JS code
How to add environment variable to Webstorm.
Place break point in code and hit API through browser/POSTMAN.
Upvotes: 2