本文介绍了在Chrome调试器工具中打印TypeScript文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

真正的神秘 - 最新的铬。 .ts文件卡在调试器中,不会更新。我清除缓存,没有任何变化。在调试器工具中,.ts文件保持冻结状态。我试图弹出服务器,关闭Chrome。它回来卡住,我试图删除js.map文件,没有改变。

解决方案

打开开发工具。然后右键单击(或cmd单击)刷新按钮。选择空缓存和硬重新加载如下所示:


Real mystery - latest chrome. The .ts file gets stuck in the debugger and won't update. I clear cache, nothing changes. In the debugger tool, the .ts file stays frozen. I tried bouncing the server, closing Chrome. It comes back stuck, I tried deleting the js.map files, no change.

解决方案

Open up dev tools. Then right click (or cmd click) the refresh button. Select "empty cache and hard reload" as shown:

这篇关于在Chrome调试器工具中打印TypeScript文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-23 05:54
查看更多