Closed antoniozh closed 7 months ago
This works for me using your repo -- if it's still an issue, can you please collect a log file using the instructions in the issue template:
If you're able to, add
"trace": true
to yourlaunch.json
and reproduce the issue. The location of the log file on your disk will be written to the Debug Console. Share that with us.⚠️ This log file will not contain source code, but will contain file paths. You can drop it into https://microsoft.github.io/vscode-pwa-analyzer/index.html to see what it contains. If you'd rather not share the log publicly, you can email it to connor@xbox.com
Hello, I just sent you a mail, thank you!
Thanks, should be fixed in the next nightly build https://github.com/microsoft/vscode-js-debug#nightly-extension
Hello @antoniozh, are you able to verify if this fix on vscode insiders has resolved your problem?
I will report back once I install vscode insiders
Please use the nightly build, which works on either stable or Insiders: https://github.com/microsoft/vscode-js-debug#nightly-extension
Good morning, the nightly works for me and the stable version is still broken, so I'm assuming you fixed my issue. Thank you!
Describe the bug In my launch.json, I included every source map file with the following regular expression:
"${workspaceFolder}/**"
This should include everything. However, a few days ago my breakpoints were not bound correctly. After some troubleshooting, I found that manually adding the directory containing the source map files to the resolveSourceMapLocations field fixes my issue again. I therefore suspect that the first regular expression did not work despite matching everything.To Reproduce Steps to reproduce the behavior:
"${workspaceFolder}/build/*.map"
to the resolveSourceMapLocations field.VS Code Version: 1.86.2 Extension version: v1.86.1
Additional context Add any other context about the problem here.