Skip to content

Commit 9551da5

Browse files
committed
Add a general introduction paragraph
1 parent 9a39b0f commit 9551da5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

programming/editors/vscode.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ so for now we just document the simulator version.
6868
-->
6969
</div>
7070

71+
Interactive debugging is a great way to inspect what your code is doing whilst
72+
the simulator is actually running. It will allow you to inspect the values of
73+
variables throughout the code and even re-run sections to understand how they
74+
interact.
75+
76+
There are two initial setup steps (installing `debugpy` and configuring VSCode)
77+
and then two steps each time you want to debug your code.
78+
7179
### Install `debugpy`
7280

7381
In order for VSCode to be able to debug your code as it runs in the simulator

0 commit comments

Comments
 (0)