Google Chrome's Javascript console keyboard shortcuts

☆樱花仙子☆ 提交于 2019-12-02 15:04:34
Christopher Tokar

F8 - Run

F10 - Step over

F11 - Step into

Works for me

yurilo

To see the full list of shortcuts for the currently installed version: in chrome open the Developer Tools Ctrl+Shift+I and then open shortcut help ?.

Edit: To get list of shortcuts, press Shift + ? when you are in other than 'console' tab, like 'Elements' or 'Resources'

In addition to Chris Tek's answer:

Shift + F11 - Step Out Of

Here is the full list of shortcuts for the latest version of Chrome Developer Tools:

http://code.google.com/chrome/devtools/docs/shortcuts.html

Mosca Pt

Toggle Breakpoint: Ctrl+B, pretty essential!

https://developer.chrome.com/devtools/docs/shortcuts

A much better reference of Chrome DevTools shortcuts can be found here (https://shortcutref.com/chrome-dev-tools).

This page only shows the relevant shortcuts (level, OS, category) and has short and precise descriptions.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!