Skip to content

Instantly share code, notes, and snippets.

@shmdhussain
Created January 6, 2018 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shmdhussain/4187871b8a339c88d5112cca624fbb0d to your computer and use it in GitHub Desktop.
Save shmdhussain/4187871b8a339c88d5112cca624fbb0d to your computer and use it in GitHub Desktop.
Debugger timeout, when debugging mouse hover, run this in console, and check the mouse over actions
setTimeout(function(){
debugger;
}, 5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment