Jhipster 和调试 angular js
Jhipster and debugging angular js
我已经构建了 jhipster 示例应用程序。我对 angular 很陌生,所以这可能是一个愚蠢的问题,但我该如何调试 angular javascript(例如 app.js)。我在 Windows 上使用 Intellij Idea Ultimate 14.0.2。我在 chrome 中安装了用于浏览器调试的 JB 插件,当然也启用了调试。我仍然无法让编辑器在断点处停止。嗯,令人沮丧……如果有人有想法,我将不胜感激他们的智慧。
There is a plugin for chrome and special configuration setting for the IDEA
1. Install the JetBrains IDE Support extension for Chrome
2. Create a new JavaScript Debug configuration on Intellij
3. Configure your JavaScript debug configuration
4. Debug your JavaScript Debug Configuration
我已经构建了 jhipster 示例应用程序。我对 angular 很陌生,所以这可能是一个愚蠢的问题,但我该如何调试 angular javascript(例如 app.js)。我在 Windows 上使用 Intellij Idea Ultimate 14.0.2。我在 chrome 中安装了用于浏览器调试的 JB 插件,当然也启用了调试。我仍然无法让编辑器在断点处停止。嗯,令人沮丧……如果有人有想法,我将不胜感激他们的智慧。
There is a plugin for chrome and special configuration setting for the IDEA
1. Install the JetBrains IDE Support extension for Chrome
2. Create a new JavaScript Debug configuration on Intellij
3. Configure your JavaScript debug configuration
4. Debug your JavaScript Debug Configuration