-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@angular-devkit/build-angular 0.801.1: breakpoints not working in vscode #15116
Comments
Hi, can you please provide more information about the configuration in your Are you following https://github.com/microsoft/vscode-recipes/tree/master/Angular-CLI and specifying the correct |
@alan-agius4
I never need to add sourceMapPathOverrides, since angular 4. PS
Should I close the issue? As you can see in the commit this is specific for angular 8.1: |
@jmesa-sistel, found the culprit that was causing this and made breaks work only with |
What version of angular-cli will the fix go into? Can you check that it still works even with those |
Edit The fix will be available in 8.1.3 |
Seems like only reverting angular back to version 7.2.15 has fixed the breakpoint issue in visual studio community 2019 for me and I can look in to my breakpoints again. |
@alan-agius4 I guess you mean 8.1.3, because the problem is in 8.1.1 & 8.1.2. For me 8.1.0 is working fine. |
The issue will be closed automatically once the fix is merged. Yeah indeed the fix version will be |
…ints `namespace` is always empty which is breaking sourcemaps since when sources start with `/` vscode will not be able to resolve them unless users configure `sourceMapPathOverrides`. Fixes #15116
…ints `namespace` is always empty which is breaking sourcemaps since when sources start with `/` vscode will not be able to resolve them unless users configure `sourceMapPathOverrides`. Fixes #15116
@alan-agius4 Ohh My bad, |
But it's still a good question. When will it be available? |
@alan-agius4 and it should be:
PS: |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: @angular-devkit/build-angular 0.801.0Description
Breakpoints are not working in vscode since @angular-devkit/build-angular 0.801.1 version
If I go back to @angular-devkit/build-angular 0.801.0 breakpoints work fine
🔬 Minimal Reproduction
Add breakpoints in vscode and debug
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
OS: win32 x64
Not tested in linux
Tested @angular-devkit/build-angular 0.801.2 also, and breakpoints are not working
The text was updated successfully, but these errors were encountered: