File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1369,12 +1369,15 @@ to provide some debug configuration directives.
1369
1369
All the debug directives are grouped under the ` debug.* ` directives. Here is the complete list of the supported
1370
1370
directives:
1371
1371
1372
+ - ` debug.executable ` : is the absolute path to the compiled binary of the sketch
1372
1373
- ` debug.toolchain ` : is a unique identifier of the required toolchain, currently we support ` gcc ` (and compatible) only
1373
1374
- ` debug.toolchain.path ` : is the absolute path to the toolchain directory
1374
1375
- ` debug.toolchain.prefix ` : is the prefix of the toolchain (for example ` arm-none-eabi- ` )
1375
1376
- ` debug.server ` : is a unique identifier of the required debug server, currently we support only ` openocd `
1376
1377
- ` debug.svd_file ` : is the absolute path to the SVD descriptor.
1377
1378
1379
+ If the ` debug.executable ` property is not present or is empty debugging will not be allowed.
1380
+
1378
1381
OpenOCD server specific configurations:
1379
1382
1380
1383
- ` debug.server.openocd.path ` : is the absolute path to the OpenOCD directory
You can’t perform that action at this time.
0 commit comments