TrilonIO / aspnetcore-angular-universal

ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.46k stars 434 forks source link

Is it possible to debug the angular typescript via Visual Studio 2017. #697

Closed albrookesplowman closed 5 years ago

albrookesplowman commented 5 years ago

I have added a breakpoint in the code and it says no symbols can be loaded.

If I put a breakpoint on the server side it is all OK but the breakpoints in the ts files don't work. I have checked the tools -> options -> enable javascript debugging and it is set.

Do I need the chrome debugger (F12) selected - sorry as I am not sure

Alan