You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,9 @@ NOTE: Settings for debugging are described in `.vscode/tasks.json`.
70
70
71
71
### Project debugging
72
72
73
-
Open **the top directory of this SDK** in Visual Studio Code and enter the *F5*key to start Debugger for Chrome.
73
+
Open **the top directory of this SDK** in Visual Studio Code and press *F5* to start debugging with the built-in JavaScript Debugger (for example Chrome or Edge).
74
74
75
-
You can place breakpoints in Visual Studio Code to debug in conjunction with the Chrome browser.
75
+
You can place breakpoints in Visual Studio Code and debug in the browser.
76
76
77
77
NOTE: Settings for debugging are described in `.vscode/launch.json`.
0 commit comments