- Activate sourceMaps if running with TypeScript
- Make sure Chrome/Chromium runs with debugging on Port 9222
=> Close Chrome and restart with the flag
--remote-debugging-port=9222 - If in
attach-mode, anurl, or better:urlFilteris required:"urlFilter": "http://localhost:4200/*" - Set the
webRootto yoursrcfolder:"webRoot": "${workspaceFolder}/src" - To fix the source map matching, add
sourceMapPathOverrides:
"sourceMapPathOverrides": {