简体   繁体   English

Angular:开发工具源文件 (.ts) 未显示

[英]Angular: Dev tools source files (.ts) don´t showing

Since few weeks I can´t see the source files in my Angular app to set breakpoints.几个星期以来,我无法在我的 Angular 应用程序中看到用于设置断点的源文件。

I´m using the right setting in tsconfig.json :我在tsconfig.json中使用了正确的设置:

...
"sourceMap": true,
...

Any idea what could be the mistake?知道可能是什么错误吗?

Source files don´t showing源文件不显示

You might want to try with Ctrl+O and enter the component name.您可能想尝试使用 Ctrl+O 并输入组件名称。 The list will be displayed.将显示列表。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Chrome开发工具中获取地图角度CLI css文件? - How to Source Map Angular CLI css files in Chrome Dev Tools? Angular 开发工具将源显示为 Window.addEventListener:message in Profiler - Angular Dev Tools shows source as Window.addEventListener:message in Profiler Angular 2样式未在我的开发工具中显示 - Angular 2 styles not showing as I want in dev-tools Angular2-ts文件无法通过npm start实时重新编译 - Angular2 - ts files don't live-recompile with npm start "无法在我的 Angular 12 应用程序的开发人员工具的源中查看我的 .ts 文件" - Unable To see My .ts files inside sources in Developer tools in my Angular 12 application 在 Chrome 开发工具中观看的表达式未显示值 - expression watched in Chrome Dev Tools not showing value Angular 2不会加载所有源文件 - Angular 2 doesn't load all source files Angular 5 Http api请求在chrome dev工具中得到响应,但不会返回 - Angular 5 Http api request gets response in chrome dev tools but won't return Angular CLI 的“ng serve”在 chrome 开发工具中出现错误时不引用打字稿源 - Angular CLI's "ng serve" doesn't refer to typescript sources upon errors in chrome dev tools 在Chrome开发工具中调试导入的Angular库 - Debugging imported Angular library in chrome dev tools
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM