Intellij 12.0 ultimate doesn't work debugger in javascript

I'm trying to debug a javascript code in index.html file.
so I installed a plugin LiveEdit of intellij IDE and jetbrains IDE support extention of chrome.
and then move to intellij IDE screen, I clicked mouse right button on  index.html of project view(or window?), selected a [Debug "index.html"]  menu item.
after doing this, occured following issues.
=> Intellij debug window of scripts tab shows a comment "Not connected to Chrome".
=> In chrome browser, being executed automatically and shows a weird address in its address bar.
=> its screen shows white screen.
=> javascipt's break point doesn't break.


Who's know how to set a javascript debugger?

Screen Shot 2014-09-26 at 11.02.09 AM (2).png
Screen Shot 2014-09-26 at 11.02.30 AM (2).png
Screen Shot 2014-09-26 at 11.32.33 AM.png

0

Unfortunately IDE that was released 2 years ago can't work with the recent Chrome versions.

0

请先登录再写评论。