“JetBrains IDE Support is debugging this tab” disappeard in the chrome?
After I upgraded to the 2017.3, when I run debug from webstrom, the chrome yellow bar across the screen “JetBrains IDE Support is debugging this tab” disappeared.
I have checked the chrome flag setting, chrome://flags, “enable silent debugging” is disabled.
Actually I prefer that cancel button in the yellow bar to stop debugging conveniently.
How can I have that yellow bar back?
Please sign in to leave a comment.
Since 2017.3, Chrome extension is not used for debugging by default - see https://blog.jetbrains.com/webstorm/2017/10/webstorm-2017-3-eap-173-3415/,. Chrome protocol with
--remote-debugging-portoption is used instead. That's why you don't see the bar. Debugging session is started in a new window and using custom profile because it's required to run chrome with--remote-debugging-portargument, and a port for debugging can't be opened after browser is started.If you like to debug with extension, as before, please enable Update application in Chrome in Preferences | Build, Execution, Deployment | Debugger | Live Edit
See also https://www.jetbrains.com/help/webstorm/2017.3/debugging-javascript-in-chrome.html, Starting a debugging session with your default Chrome profile