The VScode plug-in opens the console shortcut

First, open the console

command + option + I

Second, the openDEBUG CONSOLE

command + shift + Y

Three, openwebviewThe console

command + shift + p

Enter Open WebView Developer Tools

Four,VScodeBreakpoint debugging

  • F5run
  • Ctrl+F2Stop running
  • F6Next skip (similar toChromeF10)
  • F5Next jump
  • F8skip