为什么不能调试Angular应用程序?

时间:2017-12-01 10:24:42

标签: angular debugging intellij-idea jetbrains-ide

我选择JavaScript Debug并撰写本地网址:https://test-app.lan:3009。在Remote URLs of local我找到应用程序的根文件夹(此处也是node_modules),以与URL https://test-app.lan:3009相同的方式指出她。

因此,调试器中的控制台是可见的,断点在加载应用程序模块时被标记为工作,但它不会停止。事实上,没有一个断点可行。

我有一个版本的IntelliJ IDEA - 2017.3,Angular 5.x,TypeScript 2.6。在其他项目(不是Angular但用TypeScript编写)中,没有这样的问题。

可能是什么问题?有人遇到过类似的情况吗?

P.S。

首先我认为它的问题可能在延迟加载模块中 - 但不是,主模块(app.module)也没有调试。

1 个答案:

答案 0 :(得分:0)

我在webpack://C:/myproject-dir列表中添加Remote URLs of local而不是https://test-app.lan:3009。它解决了我的问题。