I have an issue with debugging JavaScript code in Chrome.
My JavaScript code doesn't have an infinite loop or any other performance issues, according to the Chrome performance tab. But when the breakpoint is triggered, I can't click anything in DevTools, nor on the page. I can still change tabs.
The only solution I have is closing the tab and debugging manually with console.log
to see what is wrong. I can't use DevTools breakpoints for debugging.
My Chrome version: Version 127.0.6533.89 (Official Build) (64-bit)
All extensions are removed, and all settings are set to their defaults, but the debugger is still unresponsive.