Webstorm debbuger automatically disconnects Follow
Thank you for reading this discussion and my problem.
I'm trying to start a local debugger session and I have the jetbrains extension installed, but after 2 seconds of running the debugger on a html page with Javascript imbedded it automatically disconnects without me doing anything. Is there a way I can fix this so I can use the debugger?
my log output in ~/Library/webstorm/idea.log
2014-10-09 16:31:21,065 [ 451567] ERROR - g.jetbrains.rpc.MessageManager - Unterminated string at line 1 column 98591
com.google.gson.JsonParseException: Unterminated string at line 1 column 98591
at org.jetbrains.io.JsonReaderEx.b(JsonReaderEx.java:1458)
at org.jetbrains.io.JsonReaderEx.b(JsonReaderEx.java:1002)
at org.jetbrains.io.JsonReaderEx.nextName(JsonReaderEx.java:680)
at org.jetbrains.io.JsonReaderEx.nextNameAsCharSequence(JsonReaderEx.java:691)
at org.jetbrains.wip.protocol.WipProtocolReaderImpl$M171.<init>(WipProtocolReaderImpl.java:6663)
Please sign in to leave a comment.
if using the EAP is not an option for you, try downgrading Chrome to version 36.*
Thank you for your reply and fix Elena!