angular/contributing-docs
Alan Agius 66999dd65b build: enable breakpoints in source files (#64220)
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
2025-10-07 20:38:36 -04:00
..
images docs: update and reorganize contributor docs (#56141) 2024-06-11 08:20:59 -07:00
auto-issue-locking.md docs: update and reorganize contributor docs (#56141) 2024-06-11 08:20:59 -07:00
branches-and-versioning.md build: update branches and versioning information (#63772) 2025-09-12 21:45:49 +00:00
building-and-testing-angular.md docs: remove leading $ from script examples (#63795) 2025-09-16 14:54:03 +00:00
building-with-bazel.md build: enable breakpoints in source files (#64220) 2025-10-07 20:38:36 -04:00
caretaking.md docs: remove leading $ from script examples (#63795) 2025-09-16 14:54:03 +00:00
coding-standards.md docs: update and reorganize contributor docs (#56141) 2024-06-11 08:20:59 -07:00
commit-message-guidelines.md docs: clarify usage of docs-infra scope in commit messages (#63799) 2025-09-15 15:33:15 +00:00
debugging-tips.md refactor(platform-browser): replace platform-browser-dynamic with platform-browser (#61498) 2025-05-21 14:01:49 +00:00
dev_preview_and_experimental.md docs: update and reorganize contributor docs (#56141) 2024-06-11 08:20:59 -07:00
documentation-authoring.md docs: cover time-based statements in docs authoring guide (#57536) 2024-08-28 08:45:10 -07:00
feature-request-consideration.md docs: fixed grammar and spelling errors in contributing-docs folder (#62196) 2025-06-24 09:39:07 +00:00
public-api-surface.md build: use pnpm as the package manager instead of yarn (#62924) 2025-07-31 22:06:27 +00:00
running-benchmarks.md build: use pnpm as the package manager instead of yarn (#62924) 2025-07-31 22:06:27 +00:00
saved-issue-replies.md docs: update and reorganize contributor docs (#56141) 2024-06-11 08:20:59 -07:00
triage-and-labelling.md docs: update and reorganize contributor docs (#56141) 2024-06-11 08:20:59 -07:00
using-fixup-commits.md docs: update link to git fixup documentation (#62717) 2025-07-24 10:02:40 +00:00