| 2 |
raymond |
1 |
// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
|
|
|
2 |
//
|
|
|
3 |
// PlatformIO Debugging Solution
|
|
|
4 |
//
|
|
|
5 |
// Documentation: https://docs.platformio.org/en/latest/plus/debugging.html
|
|
|
6 |
// Configuration: https://docs.platformio.org/en/latest/projectconf/sections/env/options/debug/index.html
|
|
|
7 |
|
|
|
8 |
{
|
|
|
9 |
"version": "0.2.0",
|
|
|
10 |
"configurations": [
|
|
|
11 |
{
|
|
|
12 |
"type": "platformio-debug",
|
|
|
13 |
"request": "launch",
|
|
|
14 |
"name": "PIO Debug",
|
|
|
15 |
"executable": "E:/Users/rvsle/Documents/PlatformIO/Projects/260426-152659-seeed-xiao-esp32-c6/.pio/build/seeed-xiao-esp32-c6/firmware.elf",
|
|
|
16 |
"projectEnvName": "seeed-xiao-esp32-c6",
|
|
|
17 |
"toolchainBinDir": "C:/Users/rvsle/.platformio/packages/toolchain-riscv32-esp/bin",
|
|
|
18 |
"internalConsoleOptions": "openOnSessionStart",
|
|
|
19 |
"preLaunchTask": {
|
|
|
20 |
"type": "PlatformIO",
|
|
|
21 |
"task": "Pre-Debug"
|
|
|
22 |
}
|
|
|
23 |
},
|
|
|
24 |
{
|
|
|
25 |
"type": "platformio-debug",
|
|
|
26 |
"request": "launch",
|
|
|
27 |
"name": "PIO Debug (skip Pre-Debug)",
|
|
|
28 |
"executable": "E:/Users/rvsle/Documents/PlatformIO/Projects/260426-152659-seeed-xiao-esp32-c6/.pio/build/seeed-xiao-esp32-c6/firmware.elf",
|
|
|
29 |
"projectEnvName": "seeed-xiao-esp32-c6",
|
|
|
30 |
"toolchainBinDir": "C:/Users/rvsle/.platformio/packages/toolchain-riscv32-esp/bin",
|
|
|
31 |
"internalConsoleOptions": "openOnSessionStart"
|
|
|
32 |
},
|
|
|
33 |
{
|
|
|
34 |
"type": "platformio-debug",
|
|
|
35 |
"request": "launch",
|
|
|
36 |
"name": "PIO Debug (without uploading)",
|
|
|
37 |
"executable": "E:/Users/rvsle/Documents/PlatformIO/Projects/260426-152659-seeed-xiao-esp32-c6/.pio/build/seeed-xiao-esp32-c6/firmware.elf",
|
|
|
38 |
"projectEnvName": "seeed-xiao-esp32-c6",
|
|
|
39 |
"toolchainBinDir": "C:/Users/rvsle/.platformio/packages/toolchain-riscv32-esp/bin",
|
|
|
40 |
"internalConsoleOptions": "openOnSessionStart",
|
|
|
41 |
"loadMode": "manual"
|
|
|
42 |
}
|
|
|
43 |
]
|
|
|
44 |
}
|