Dev Tips: DevTools: Easily pause on JavaScript code without manually setting breakpoints
Dev Tips
DevTools: Easily pause on JavaScript code without manually setting breakpoints
You can easily pause current script execution with these keyboard shortcuts:
Mac: F8 or Command + \
Windows: F8 or Control + \
This means you can quickly dive into JavaScript code without any knowledge of how it is currently executing.
When you pause script execution, for example through using this shortcut, the page 'freezes' which allows you to easily inspect elements which would otherwise disappear.
No comments:
Post a Comment