首页 > 解决方案 > How google chrome debugs typescript

问题描述

I have some angular applications which I did built using angular CLI which has typescript files. I always did debugged them from chrome, but chrome only understands javascript, right? Does anyone know how it manages to debug typescript?

标签: javascriptangulartypescriptgoogle-chrome

解决方案


If you use Angluar with VS Code then you can use Debugger for Chrome extension to debug typescript in Chrome or any other target that supports the Chrome DevTools Protocol.


推荐阅读