如何在 Mac 上使用 Chrome Developer 调试快捷方式?

Dav*_*aux 19 google-chrome-extensions macos

我正在使用 Chrome Web Developer Tools 在网页上调试 javascript。在 Windows 上,我可以F11在使用调试器的同时使用单步执行函数。

但是,当我按下F11Mac 时,音量只会增加。F11+fn也不这样做。如何在 Mac 上使用 Chrome Web Developer 键盘快捷键?

小智 41

有用:

  1. System Preferences-> Keyboard-> Keyboard。确保您已启用 Use F1/F2 as standard function keys

  2. System Preferences-> Keyboard-> Keyboard ShortcutsMission Control在左侧面板上选择,然后查看右侧面板并禁用F11 到Show Desktop

  • #2 很重要 (3认同)

Ƭᴇc*_*007 19

  • Continue:F8Command- /(正斜杠)在 Mac 上或Control- /(正斜杠)在其他平台上。
  • Step over:F10Command- '(撇号)在 Mac 上或Control- '(撇号)在其他平台上。
  • Step into:F11Command- ;(分号)在 Mac 上或Control- ;(分号);在其他平台上。
  • Step out: Shift-F11Shift- Command- ;(分号)在 Mac 上或Shift- Control- ;(分号)在其他平台上。
  • Next call frameControl-.在所有平台上(期)。
  • Previous call frameControl-,在所有平台上(逗号)。

来源

  • 在 OSX 中 fn-F11 显示桌面或类似的东西——所有的窗口都飞到屏幕的两侧 (4认同)