The VScode plug-in opens the console shortcut
First, open the console
command + option + I
Second, the openDEBUG CONSOLE
command + shift + Y
Three, openwebview
The console
command + shift + p
Enter Open WebView Developer Tools
Four,VScode
Breakpoint debugging
F5
runCtrl+F2
Stop runningF6
Next skip (similar toChrome
的F10
)F5
Next jumpF8
skip