I've been searching for a long time for a way to debug an Angular app in IntelliJ using Chrome on Windows.
So far, I have not been successful in attaching a debugger to Chrome. I have tried launching Chrome with --remote-debugging-port=9222
and numerous other methods.
My current setup includes IntelliJ 2020.2 and Chrome 86.
If anyone has found a solution specifically for Windows, please share!