setTimeout(() => { debugger; }, 5000)

 

  1. Open browser inspector
  2. Select “Console”
  3. Click into the main area and type “allow pasting” and hit enter
  4. Copy and past the above setTimeout code into the main area and hit enter.
  5. Take curser and hover over element you want to style and wait for the screen to freeze.
    • The code above is set to 5 seconds. If you want more or less time just adjust the number in the code.