I've been trying to setup a workflow where I can debug mocha-tests against NodeJS server API written in ES6, however the breakpoint seems not matching with the lines of code at all.
- npm install
- put a breakpoint in the test.js
- run the mocha debug to let the breakpoint hit,and track.
related issue: microsoft/vscode#3701