Hello Programmers,
So I am sure some of you must have already started working with Nodejs either for fun or at work, and debugging the nodejs apps has always been a pain. Well not any more. Microsoft recently released Nood.js Tools for Visual Studio. I installed them and it works like a charm. You can do debugging, inspect objects, run performance analyzer, intelliSense and all the other cool Visual Studio features.
I’ll strongly suggest that if you are in to Node.js programming then do give it a go. Here is the link https://nodejstools.codeplex.com/.
Happy programming.