Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Developer Tools freezes page

I'm running Chrome 22.0.1229.79 m on Windows 7. Recently (in the last 4-5 weeks) Developer Tools has become a real pain to use. If I want to inspect a page, I hit F12 to launch Developer Tools. Within 1 to 2 seconds, the debugger kicks in and automatically pauses the page. If I'm inspecting some CSS via the Elements tab, Dev Tools forcibly switches to the Sources tab. I have to wait a couple of seconds before I can switch back to Elements and continue what I was doing.

However, the page is now frozen and I can't interact with any of its elements while Dev Tools is launched. Hitting F8 doesn't have any effect - buttons are no longer clickable, hover effects are disabled. I have to close Dev Tools and relaunch the page.

This never used to happen and I can't find a setting to disable the behaviour (I can't even find any information about the behaviour). Is this now standard behaviour on the latest version of Chrome or am I missing something?

like image 967
Divot Avatar asked Oct 03 '12 08:10

Divot


People also ask

How do I debug Chrome from freezing?

Open the dev console - F12 on Windows/Linux or option + ⌘ + J on macOS. Select the Sources tab in chrome inspector. In the web browser window, hover over the desired element to initiate the popover. Hit F8 on Windows/Linux (or fn + F8 on macOS) while the popover is showing.

How do I freeze a website with inspect element?

Freezing: In order to “freeze” the browser, we will need to first open devTools, and then use F8 (fn + F8 on osx) to pause script execution whenever you want. The debugger will pause, and you'll be able to inspect the elements on the screen in their current state, Simple as that!

How do you freeze the screen on Google Chrome?

Lock your screen On a keyboard: Press Search + L. Or press Launcher + L. At the bottom right, select the time. Select Lock .


1 Answers

This has been happening for me for months too, running OS X Mountain Lion - I love chrome but the developer tools are a pathetic let down. They would be great if they worked, but with recent updates (I'm not sure exactly what's caused it) Chrome Dev tools freezes as soon as inspect, or after a minute or so of use. Most of the time it will have to kill the whole tab to stop the browser from crashing.

like image 197
Nathan Wright Avatar answered Oct 06 '22 21:10

Nathan Wright