Y
Hacker News
new
|
ask
|
show
|
jobs
by
darekkay
947 days ago
That's one of my most used bookmarklets:
https://darekkay.com/blog/debugging-dynamic-content/
2 comments
awalGarg
947 days ago
You can just hit F8 and the debugger will pause at the next instruction. Works in both Chrome/FF.
link
lelandfe
947 days ago
F8 first causes focus to be lost from the document body. Just tested in Chrome.
link
DustinBrett
947 days ago
Neither the bookmarklet or F8 is ideal if you want to retain focus and any other state that you may effect by going and clicking or pressing a key.
link
lelandfe
947 days ago
Woah, “Emulate a focused page” is a great tip, too.
link