Windows 11, Angular branch 17.3.x. I build angular from official repository. It is ok. Then I try to debug angular aot compiler (not application). I follow instructions https://github.com/angular/angular/blob/main/docs/DEVELOPER.md#testing-changes-against-a-local-libraryproject
but only @angular/cli debug available. Is a way to debug files in @angular/compiler? This is a visualization of instructions:
I want to debug angular compiler (template parser).
I try search info in the google but it think I want to debug angular applications. This is not. Also I try to search issues in the angular repo and find nothing. I believe developers do debug. )

node --inspect path/to/command/ng build, connect to that process and debug it. but why would you do that? can you try to describe what you want to achieve so SO community would be able to help you with that? compiler is a pretty complex thing and in most cases you just care about output