Pause Debugger

★★★★★
★★★★★
312 users
<
>
DIY Facebook Set, Customizable Facebook, DIY Facebook, Editable Facebook Set, Vintage Facebook, Rustic Facebook, Simply Cottage
★★★★★
★★★★★
DMC 4040 Water Lilies Color Variations Embroidery Floss 1 Skein 6 Strand Thread for Embroidery Cross Stitch Needlepoint Sewing Beading
★★★★★
★★★★★
GRADED - Donald Trump OFFICIAL * Life & Times * 5-Card Premium Trading Card Set
★★★★★
★★★★★
The LEGO Movie Videogame
★★★★★
★★★★★
Undertale
★★★★★
★★★★★
SodaStream E-Terra Sparkling Water Maker (Black)
★★★★★
★★★★★

So sometime one needs to inspect elements which  don't stay around long or require the user to keep focus on them. Such as drop down menus and autocompletes.

This extension allows you to pause the debugger with a timeout as well as a keyboard shortcut. Essentially replacing typing in the console things like setTimeout(function(){ debugger; }, 3000);

It assumes that the Developer Tools are open already otherwise it won't work. Shortcut is Ctrl+Shift+Down (PC) or  Command+Shift+Down (Mac).

Source code is here:
https://github.com/turigeza/fr eezepage-chrome
Related