Businesscard-V2/Businesscard-V2-CH32V203C8T6/alt/.vscode/launch.json
2024-08-03 18:59:22 +02:00

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"
}
]
}