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
@@ -165,7 +171,7 @@ If you want to use the MicroPython autocompletion feature (you can skip the next
165
171
166
172
3. Install Python3 on your PC and add it to the system environment variables as instructed by the Python plug-in
167
173
168
-

174
+

169
175
170
176
If you already have the above plug-ins and programs installed on your PC, you can skip this preparation step.
171
177
@@ -195,14 +201,20 @@ You can connect to the MicroPython development board by clicking the connection
195
201
196
202
The MicroPython plug-in provides a wealth of sample code and library files to view in the left active bar.
197
203
198
-

204
+

199
205
200
-
### Run the MicroPython file on the device
206
+
### Download and run the MicroPython file on the development board
201
207
202
208
After successful connection of the development board, right click on the sample code file, select 'download and run the MicroPython file' on the device from the menu, and the sample file can be downloaded to the development board and run, as shown below:
203
209
204
210

205
211
212
+
### Run MicroPython files directly on the development board (kind for debug)
213
+
214
+
This feature is used to quickly debug a single file. It is frequently used in the process of debugging code. When we write the test program in a separate file, we can download the current python file into the memory of the development board and run it.
215
+
216
+

217
+
206
218
### Run MicroPython code snippets on the development board
207
219
208
220
If you just want to debug a small amount of code without downloading files to the development board, you can use the **code snippet** function.You can run the selected code in the REPL environment by selecting the snippet you want to run in the editor, and then selecting the 'execute the selected MicroPython code' option on the device from the right-click menu.
0 commit comments