Javascript browser debug : Failed to attach debugger
已回答
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"
请先登录再写评论。
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.
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
Thank you Elena, I removed the extension and disabled it, and "live edit" debugging works for me !