2616View
7m 5sLenght
18Rating

Visual Studio Code (http://code.visualstudio.com) is a free open source code editor that runs on Windows, Linux, and Mac OSx. It can be used to develop code for a variety of languages, but is a fantastic tool for writing and debugging Node.js applications. In this lightning fast video, I give you a quick overview of how to use Visual Studio Code to debug a Node.js application. See how to: - Open Visual Studio Code from the command prompt - Create the jsconfig.json file - Add TypeScript type definitions for your packages and modules - Leverage IntelliSense to make writing code easier - Configure the Node.js debugger in Visual Studio Code - Create regular and conditional breakpoints - Step through code using the debugging toolbar All in seven minutes!