简体   繁体   English

IntelliJ IDEA 2016.1 JavaScript调试器错误

[英]IntelliJ IDEA 2016.1 JavaScript debugger error

Debugging a Backbone.js app with IntelliJ IDEA Chrome plugin i encountered this error at same point. 使用IntelliJ IDEA Chrome插件调试Backbone.js应用程序我在同一点遇到此错误。 Some variables, when using breakpoints, have the following value: 使用断点时,某些变量具有以下值:

Internal error: org.jetbrains.concurrency.Promise$MessageError: Helper script failed on remote: _jb_debug_helper is not defined

Nevertheless the code is executed correctly. 然而,代码正确执行。 But when i need to watch the values of these variables the debugger becomes useless. 但是当我需要观察这些变量的值时,调试器变得无用。

Using console.log(var) , the specific value is printed as expected, but only when the debug mode is finished. 使用console.log(var) ,将按预期打印特定值,但仅在调试模式完成时打印。 The problem appears when the application is used inside an iframe. 在iframe中使用应用程序时会出现此问题。 Maybe depends on a syncronization issue. 也许取决于同步问题。

问题已得到解决 ,将在2017.2.3发布。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM