-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Source maps are generated incorrectly and cannot be debugged in vscode. #1121
Labels
Comments
This sounds like a duplicate of #1011 |
🎉 This issue has been resolved in version 0.38.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced Jun 20, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I want to debug code with breakpoints in vscode. vscode doesn't recognize breakpoints after generating a .map file with
ncc build ./src/index.ts -o dist --source-map --no-source-map-register
. Looking at the .map file, thesources
option in there ismanually change to
and then vscode can debug at breakpoints.
Looking at the commit history, the sources entries for .map files generated before c7b461c are correct
The text was updated successfully, but these errors were encountered: