Javascript Debugging in Chrome, works in FF
So I have setup a remote js debugging project and initially I set the browser to Chrome, and while I could see it opening up a new tab, see connected to jetbrains Chrome Extension in the debugger frame, it ignored my breakpoints. On a whim I switched it over to FF and everything worked just fine. Anythoughts?
Thanks, Mark
请先登录再写评论。
Oh I'm running Chrome: 24.0.1312.57
On Mac OS X: 10.8.2
Please see http://confluence.jetbrains.com/display/WI/LiveEdit#LiveEdit-HowDoIKnowWhatsWrong (How do I know what's wrong?) Please send me extension console content.
Attachment(s):
console_log.txt.zip
Is it "JetBrains IDE Support" version 0.5.4? (https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji)
Hah, no it's 0.3.11. I think I got that from a link in the ide, I'll try installing the latest version fo the plugin.
Ok so I installed 0.5.4, but when I try to connect I am now seeing this in the inspector
Do I need to update the PHPStorm so that it uses the right port or something?
And I get this in the console in the IDE
Waiting for connection from JetBrains Chrome Extension (see Console Tab for details) (if not, please see How to install JetBrains Chrome Extension by hand)
This issue fixed in WebStorm/PhpStorm 6, EAP is available, please use it.
Thanks it works now.