unable to debug javascript in 2022.3.2 ultimate edition with chrome 111 on mac m1 (arm) Follow
debug session opens chrome but never connects to debug. Eventually get message in the debug window "waiting for connection to localhost:xxxxx"
this failure started suddenly. worked yesterday. machine was turned of overnight so I do not believe updates could explain.
Please sign in to leave a comment.
Chrome Dev 111.* rejects the requests unless started with
--remote-allow-origins
; the fix is available in WebStorm 2022.3.3 RC and 2023.1 Beta.I am using intellij ultimate 2022.3. How do I get the fix for that platform?
--remote-allow-origins fixed it for me. Thank you!