We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a39b0f commit 9551da5Copy full SHA for 9551da5
programming/editors/vscode.md
@@ -68,6 +68,14 @@ so for now we just document the simulator version.
68
-->
69
</div>
70
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
79
### Install `debugpy`
80
81
In order for VSCode to be able to debug your code as it runs in the simulator
0 commit comments