unable to debug javascript in 2022.3.2 ultimate edition with chrome 111 on mac m1 (arm)

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.  

4 comments
Comment actions Permalink

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.

0
Comment actions Permalink

I am using intellij ultimate 2022.3.  How do I get the fix for that platform?

0
Comment actions Permalink
The fix will be included in Idea Ultimate 2022.3.3 update when it's available
0
Comment actions Permalink

--remote-allow-origins fixed it for me.  Thank you!

1

Please sign in to leave a comment.