Jetbrain Rider - Cannot debug javaScript using chrome. Was working fine before chrome update.
已回答
Using JetBrains Rider 2022.3.2
Chrome Version 111.0.5563.65 (Official Build) (64-bit)
Yesterday everything was working fine. Today I get this message:
Waiting for connection to localhost: 50327. Please ensure that the browser was started successfully with remote debugging port opened. Port cannot be opened if Chrome having the same User Data Directory is already launched.
I get this message once in a while, and usually following this procedure makes it work:
https://www.jetbrains.com/help/rider/2022.3/Configuring_JavaScript_Debugger.html
But not today. Something seems to be broken since latest update of Chrome. Please advise for workaround?
Also important to note that I can debug normally using Edge (chromium)
请先登录再写评论。
Workaround I found in another thread is to add --remote-allow-origins=* in the launch settings of chrome. That fixed it.
Your issue seems to be related to: https://youtrack.jetbrains.com/issue/WEB-59211.
Please download the latest EAP version of IntelliJ (2023.1 Beta), as the issue should be resolved in this release. Thanks!