Unable to debug library in VS Code since 19.2.0 #29764
Labels
angular/build:application
area: @angular/build
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
state: blocked on upstream
type: bug/fix
Command
serve
Is this a regression?
The previous version in which this bug was not present was
19.1.9
Description
With angular-cli 19.2.0, you can no longer debug libraries using Visual Studio Code.
Minimal Reproduction
Add breakpoint in library component constructor
Select Run > Start Debugging
Open
http://localhost:4200/viewer
which loads the library componentException or Error
Your Environment
Anything else relevant?
In package.json change cli dependencies to 19.1.9 and run
npm install
, then the steps above work and the breakpoint is hit.The text was updated successfully, but these errors were encountered: