Allows you to pause script execution via the Pause button on your keyboard.
Sometimes you need to pause javascript execution but you can't move your mouse or lose focus. This extension allows you to freeze the page by pressing Pause on your keyboard.
Usage:
1. Open Chrome Developer Tools
2. Use the keyboard shortcut (default is Pause/Break)
Features:
- Pick your own keyboard shortcut
Bugs and Known Issues:
- This hasn't been tested on Mac. Feedback is welcome.
- Some key combinations are displayed incorrectly when changing the keyboard shortcut.
Source Code:
https://github.com/first1apps/chrome-extensions
Latest reviews
- (2022-02-17) duanner marticorena: Windows - working and solved my problem
- (2020-04-13) Andrei Kulakov: Could not change the shortcut on MacOS, and play/pause button starts/stop the music player.
- (2020-03-07) S D: Didn't work for me. Wanted to free the focus state of a text input, and while it did this, as soon as I moved to style inspector, new colours we're added and I lost the actual focus styles. Will be deleting.
- (2020-02-21) Oli Raabe: It actually works - I can pause Chrome without removing focus from an element. Perfect.
- (2018-05-22) S X: Tried this on a Mac keyboard. Because Mac is missing a lot of the keys (e.g. Pause/Break), I had to try alternative keys, and couldn't get them to work.
- (2017-10-17) Hayden Shaw: As others have said, not polished but it worked in the end. Very useful for pausing a page's view for inspection when heavily controlled by JavaScript; developing a React SPA in my case. Things to note: 1. Restart the browser after extension install else it won't work 2. Restart the browser after changing shortcut else it won't work Used this on macOS. P seemed like a decent enough key to use.
- (2017-03-15) Adam Tolley: It's a little rough around the edges, but it allows me to pause without defocusing elements I am trying to debug. KB shortcut assignment is finicky, but I got it to work. 5 stars because it solved my problem straight away and with no fuss.
- (2017-02-03) Tyrone Warren: doesn't work in OSX, options menu is greyed out
- (2016-10-04) Adam Smith: I had a problem where I couldn't look at the code for an element that would only stay on the screen when the window is in focus. This extension solved that problem for me. It works so well!