I am trying to debug a js file in my svelte App using vscode.
The de-bugger starts correctly and the application runs. I suppose this means that my launch.json is correct.
But vsCode will not set a break point:
Unbound breakpoint, Some your breakpoints could not be set ...
I am guessing that this is because Svelte compiles the source and it should be "parsed from a sourcemap". I have no idea how to fix this. can someone help?