-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaunch.json
47 lines (46 loc) · 2.05 KB
/
launch.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
//
// PlatformIO Debugging Solution
//
// Documentation: https://docs.platformio.org/en/latest/plus/debugging.html
// Configuration: https://docs.platformio.org/en/latest/projectconf/sections/env/options/debug/index.html
{
"version": "0.2.0",
"configurations": [
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug",
"executable": "/Users/user/fablabnk/RVPCWorkshop/SOFTWARE/Demo-38C3/.pio/build/Demo-38C3/firmware.elf",
"projectEnvName": "Demo-38C3",
"toolchainBinDir": "/Users/user/.platformio/packages/toolchain-riscv/bin",
"internalConsoleOptions": "openOnSessionStart",
"svdPath": "/Users/user/.platformio/platforms/ch32v/misc/svd/CH32V003xx.svd",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
}
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "/Users/user/fablabnk/RVPCWorkshop/SOFTWARE/Demo-38C3/.pio/build/Demo-38C3/firmware.elf",
"projectEnvName": "Demo-38C3",
"toolchainBinDir": "/Users/user/.platformio/packages/toolchain-riscv/bin",
"internalConsoleOptions": "openOnSessionStart",
"svdPath": "/Users/user/.platformio/platforms/ch32v/misc/svd/CH32V003xx.svd"
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (without uploading)",
"executable": "/Users/user/fablabnk/RVPCWorkshop/SOFTWARE/Demo-38C3/.pio/build/Demo-38C3/firmware.elf",
"projectEnvName": "Demo-38C3",
"toolchainBinDir": "/Users/user/.platformio/packages/toolchain-riscv/bin",
"internalConsoleOptions": "openOnSessionStart",
"svdPath": "/Users/user/.platformio/platforms/ch32v/misc/svd/CH32V003xx.svd",
"loadMode": "manual"
}
]
}