mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit revamps the debugging setup and enabling developers to set breakpoints directly in the source TypeScript files. Key changes include: - Updated `launch.json` with source map path overrides to correctly map compiled output back to the original source code. - Switched from `external` to `linked` sourcemaps in the Bazel build configuration for better debugging support. - Consolidated the recommended VSCode settings into the main `launch.json` and `tasks.json`, removing the separate `recommended-*.json` files. - Updated the debugging documentation to reflect the new, simplified workflow. These changes significantly improve the developer experience for contributors working on the language service, making it much easier to debug and troubleshoot issues. This applies to both the framework packages and vscode-ng-langugage-service. PR Close #64220 |
||
|---|---|---|
| .. | ||
| images | ||
| auto-issue-locking.md | ||
| branches-and-versioning.md | ||
| building-and-testing-angular.md | ||
| building-with-bazel.md | ||
| caretaking.md | ||
| coding-standards.md | ||
| commit-message-guidelines.md | ||
| debugging-tips.md | ||
| dev_preview_and_experimental.md | ||
| documentation-authoring.md | ||
| feature-request-consideration.md | ||
| public-api-surface.md | ||
| running-benchmarks.md | ||
| saved-issue-replies.md | ||
| triage-and-labelling.md | ||
| using-fixup-commits.md | ||