I am trying to debug my Typescript code in Visual Studio Code, using the Chrome Debugger extension, but I am getting the \"Unverified breakpoint\" message on my breakpoint,
The solution for me was to add to the launch.json file the following line: "requireExactSource": false. After this, restart VSC and try if it work.