We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
x
Yes
When debugging a newly generated application within an angular 14 workspace, breakpoints are unbound(set but ignored by VSCode)
> npx @angular/cli@14 new web-apps --create-application false --strict
> cd web-apps
> yarn ng generate app admin-console --routing --style css
projects/admin-console/src/app/app.component.ts
Angular CLI: 14.1.0-next.1 Node: 18.3.0 (Unsupported) Package Manager: npm 8.11.0 OS: darwin arm64 Angular: 14.0.2 ... animations, common, compiler, compiler-cli, core, forms ... platform-browser, platform-browser-dynamic, router Package Version --------------------------------------------------------- @angular-devkit/architect 0.1401.0-next.1 @angular-devkit/build-angular 14.1.0-next.1 @angular-devkit/core 14.1.0-next.1 @angular-devkit/schematics 14.1.0-next.1 @angular/cli 14.1.0-next.1 @schematics/angular 14.1.0-next.1 rxjs 7.5.5 typescript 4.7.3
❯ code --version 1.68.1 30d9c6cd9483b2cc586687151bcbcd635f373630 arm64
Anything else relevant?
The text was updated successfully, but these errors were encountered:
Unfortunately I am unable to replicate this locally.
One thing I noticed is that you are using an unsupported version of Node.js can you please try using an LTS version of Node.js (14 or 16).
Sorry, something went wrong.
Thank you for the suggestion. I downgraded node to 16.15.1 and VS Code can hit the breakpoints now.
16.15.1
Closing since Node.js 18 is not yet supported.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes
Description
When debugging a newly generated application within an angular 14 workspace, breakpoints are unbound(set but ignored by VSCode)
🔬 Minimal Reproduction
> npx @angular/cli@14 new web-apps --create-application false --strict
> cd web-apps
> yarn ng generate app admin-console --routing --style css
projects/admin-console/src/app/app.component.ts
(any valid line)🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: