How to debug ES6 NodeJS with VSCode
- VSCode : http://code.visualstudio.com/
- NodeJS : https://nodejs.org/
$ git clone https://github.com/katopz/vscode-debug-nodejs-es6.git
$ npm i
- Create breakpoint in VSCode at
server.js
somewhere. - Press F5 to debug.