VSCode debugger blank page and loading on launch with VS Code 1.76.1 and Chrome 111

This isn’t much of an answer but I was running into the same issue with WebStorm and then similarly on VSCode. In VSCode, I removed ALL my breakpoints everywhere in the debugger session, restarted the debug session, and then it loaded just fine. After this I was then able to add breakpoints that were hit after the initial load.

I believe this has something to do with a new Chrome update.
Here’s a link the issue that JetBrains has been addressing that might help explain the problem a little more, though will help you little in ultimately fixing it.

https://intellij-support.jetbrains.com/hc/en-us/community/posts/10432962465682-unable-to-debug-javascript-in-2022-3-2-ultimate-edition-with-chrome-111-on-mac-m1-arm-?page=1

Leave a Comment