48 lines
2.1 KiB
JSON
48 lines
2.1 KiB
JSON
// 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": "/home/lm/Programs/Businesscard-V2-CH32V203C8T6/.pio/build/ch32v203c8t6_evt_r0/firmware.elf",
|
|
"projectEnvName": "ch32v203c8t6_evt_r0",
|
|
"toolchainBinDir": "/home/lm/.platformio/packages/toolchain-riscv/bin",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"svdPath": "/home/lm/.platformio/platforms/ch32v/misc/svd/CH32V203xx.svd",
|
|
"preLaunchTask": {
|
|
"type": "PlatformIO",
|
|
"task": "Pre-Debug"
|
|
}
|
|
},
|
|
{
|
|
"type": "platformio-debug",
|
|
"request": "launch",
|
|
"name": "PIO Debug (skip Pre-Debug)",
|
|
"executable": "/home/lm/Programs/Businesscard-V2-CH32V203C8T6/.pio/build/ch32v203c8t6_evt_r0/firmware.elf",
|
|
"projectEnvName": "ch32v203c8t6_evt_r0",
|
|
"toolchainBinDir": "/home/lm/.platformio/packages/toolchain-riscv/bin",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"svdPath": "/home/lm/.platformio/platforms/ch32v/misc/svd/CH32V203xx.svd"
|
|
},
|
|
{
|
|
"type": "platformio-debug",
|
|
"request": "launch",
|
|
"name": "PIO Debug (without uploading)",
|
|
"executable": "/home/lm/Programs/Businesscard-V2-CH32V203C8T6/.pio/build/ch32v203c8t6_evt_r0/firmware.elf",
|
|
"projectEnvName": "ch32v203c8t6_evt_r0",
|
|
"toolchainBinDir": "/home/lm/.platformio/packages/toolchain-riscv/bin",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"svdPath": "/home/lm/.platformio/platforms/ch32v/misc/svd/CH32V203xx.svd",
|
|
"loadMode": "manual"
|
|
}
|
|
]
|
|
}
|