Google Chrome's Javascript console keyboard shortcuts

前端 未结 6 971

I would like to debug my javascript application using Google Chrome 3\'s developer tools. Everything fine and ok, until I actually want to start debugging. I ca

相关标签:
6条回答
  • 2021-01-30 10:49

    In addition to Chris Tek's answer:

    Shift + F11 - Step Out Of

    0 讨论(0)
  • 2021-01-30 10:50

    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.

    0 讨论(0)
  • 2021-01-30 10:57

    Toggle Breakpoint: Ctrl+B, pretty essential!

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

    0 讨论(0)
  • 2021-01-30 11:05

    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 ?.enter image description here

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

    0 讨论(0)
  • 2021-01-30 11:11

    F8 - Run

    F10 - Step over

    F11 - Step into

    Works for me

    0 讨论(0)
  • 2021-01-30 11:12

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

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

    0 讨论(0)
提交回复
热议问题