Messing with hard-to-catch events again? Trigger debug at any site by pressing hotkey combination (default is for ctrl+q), then inspect anything you want!
Messing with hard-to-catch events again? Want to check layout changes, but they goes so fast and it's hard to debug? Here we go! With that script, you can easely trigger debug at any accurate time!
ctrl+q) to immediately trigger debug so you can inspect whatever you want (of course you didn't forget to open DevTools before that)Feel free to edit the script to change hotkey char which should be pressed with
ctrlto trigger the debug, glad it's placed at the beginning of the script. You can even edit the "if" check for keydown triggered if you want it to start not fromctrl, for example.
Happy debugging!