JavaScript debug doesn't work on Mac
Hi,
I wanted to try JS debugging with Idea 9.0.2 and EAP 95.214. The plugin has been correctly installed. Unfortunately, Idea opens the Firefox (3.6.3), but with blank tab. On Idea side, it's infinite waiting for a connection to the Firefox.
Any idea for Idea? ;-)
PS. Mac 10.6.3
Leszek
Please sign in to leave a comment.
Are there any errors in Firefox console?
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
That's all.
What path is specified in Settings | Web Browsers | Firefox field?
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
/Applications/Firefox.app/Contents/MacOS/firefox-bin
Firefox is correctly opened, but the tab is white without any address in URL.
May be you have some firewall which doesn't allow Firefox to connect to IDEA? Does the problem reproduce if your quit from Firefox before starting the
debugger from IDEA?
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I tried again with 9.0.3 RC1. I turned off the Firewall.
Debug behaves the same with opened or not Firefox after click on Debug. Always the same, new tab opened, but just blank. And Idea is waiting for a connection.
Where are logs of Idea on Mac, maybe there are some useful information.
In order to get detailed info in idea.log you need to enable additional logging. Please replace <IDEA_HOME>/bin/log.xml file by the attached one and reproduce the problem. After that please post here idea.log file (it is located in ~/Library/Logs/IntelliJIdea90/). Also some logging will be printed to Firefox console so please post its content as well.
Attachment(s):
log.xml
Here you have.
Today there was a bit of magic.
First time I launched Firefox, it just hang.
Second time - first time for me - Firefox just opens correctly in the Debug mode. The difference from the previous time is that I have now OS X 10.6.4.
Attachment(s):
Archiwum.zip
FF-console.log.zip
Thank you for the log files. However by Firefox console I mean 'Error Console' from 'Tools' menu of Firefox. It should contain some info messages from
the JetBrains extension.
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Again the debug was opened correctly.
FF logs in the file. There was also some exception in IntelliJ console, also attached.
Attachment(s):
FF console.txt.zip
When the debugger started correctly there is no interesting info in the log. The log may help to find the cause if the Firefox extensions failed to
connect to IDEA.
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I see, it looks that update 10.6.4 fixed this problem, because it is working on 9.0.2 and 9.0.3 RC1.
Thank you for your effort.