使用 Gulp 时如何在 IDEA 中设置 Chrome 识别的断点?
Posted
技术标签:
【中文标题】使用 Gulp 时如何在 IDEA 中设置 Chrome 识别的断点?【英文标题】:How can you set breakpoints in IDEA that are recognized by Chrome while using Gulp? 【发布时间】:2016-09-07 00:38:12 【问题描述】:我希望能够在使用 Intellij IDEA 时在 javascript 中设置断点,但要让它被 chrome 的 devtools 识别。我们正在使用 gulp 作为我们的开发 Web 服务器。有没有办法让 chrome 识别我在 IDE 中设置的断点?假设是,请提供执行此操作所需的所有步骤。
【问题讨论】:
【参考方案1】:如果您在代码中键入 debugger;
,则 chrome 应该会停止。
【讨论】:
以上是关于使用 Gulp 时如何在 IDEA 中设置 Chrome 识别的断点?的主要内容,如果未能解决你的问题,请参考以下文章