Skip to content

Instantly share code, notes, and snippets.

@schalkburger
Created August 22, 2021 14:22
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 schalkburger/31f6e7842202ff8713b16647bbba994f to your computer and use it in GitHub Desktop.
Save schalkburger/31f6e7842202ff8713b16647bbba994f to your computer and use it in GitHub Desktop.
Debugger Timeout Bookmarklet
javascript:var duration = prompt('Duration?');setTimeout(function() { debugger; }, duration);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment