Javascript browser debug : Failed to attach debugger

Answered

I'am developping a javascript "browser side" project, debugging worked fine with the Jetbrain extension in chrome.

But suddently it doesn't work anymore

- I have the latest Intellij version (2020.2.3)

- Windows 10

- Lastest chrome version (86.0.4240.75)

I've tried to reinstall the extension change, the connection port, nothing to do, I always get "Failed to attach debugger"

 

1
3 comments

Hello Eric - please upload your project to https://uploads.jetbrains.com and provide the upload id.

Please also attach the idea.log file (Help | Show Log in Explorer) generated after reproducing the problem.

0

Chrome extension is not currently required for debugging/Live Edit. It doesn't work reliably in most recent Chrome versions (https://youtrack.jetbrains.com/issue/WEB-37230), and we recommend turning it off in Settings | Build, Execution, Deployment | Debugger | Live Edit, Use JetBrains IDE Support extension for debugging and Live Edit

3
Avatar
Permanently deleted user

Thank you Elena, I removed the extension and disabled it, and "live edit" debugging works for me !

 

1

Please sign in to leave a comment.