File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -179,12 +179,15 @@ to VSCode and select **Run** > **Start Debugging** or press <kbd>F5</kbd>.
179
179
180
180
VSCode will attach to your code, paused at the ` breakpoint() ` line.
181
181
182
- A full tutorial of debugging in VSCode is beyond the scope of this article,
183
- though the most common commands (all available from the ** Run** menu) are:
182
+ A full tutorial of [ debugging in VSCode] [ vscode-debugging ] is beyond the scope
183
+ of this article, though the most common commands (all available from the ** Run**
184
+ menu) are:
184
185
185
186
* Step Over (<kbd >F10</kbd >)
186
187
* Step Into (<kbd >F11</kbd >)
187
188
* Step Out (<kbd >Shift</kbd > + <kbd >F11</kbd >)
188
189
* Continue (<kbd >F5</kbd >)
189
190
190
191
You can also inspect the values of variables in your code by hovering over them.
192
+
193
+ [ vscode-debugging ] : https://code.visualstudio.com/docs/editor/debugging
You can’t perform that action at this time.
0 commit comments