48 lines
2.2 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": "/Users/kevinsanto/Documents/GitHub/JumperlessV5/RP23V50firmware/.pio/build/jumperless_v5/firmware.elf",
"projectEnvName": "jumperless_v5",
"toolchainBinDir": "/Users/kevinsanto/.platformio/packages/toolchain-rp2040-earlephilhower/bin",
"internalConsoleOptions": "openOnSessionStart",
"svdPath": "/Users/kevinsanto/.platformio/platforms/raspberrypi/misc/svd/rp2350.svd",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
}
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "/Users/kevinsanto/Documents/GitHub/JumperlessV5/RP23V50firmware/.pio/build/jumperless_v5/firmware.elf",
"projectEnvName": "jumperless_v5",
"toolchainBinDir": "/Users/kevinsanto/.platformio/packages/toolchain-rp2040-earlephilhower/bin",
"internalConsoleOptions": "openOnSessionStart",
"svdPath": "/Users/kevinsanto/.platformio/platforms/raspberrypi/misc/svd/rp2350.svd"
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (without uploading)",
"executable": "/Users/kevinsanto/Documents/GitHub/JumperlessV5/RP23V50firmware/.pio/build/jumperless_v5/firmware.elf",
"projectEnvName": "jumperless_v5",
"toolchainBinDir": "/Users/kevinsanto/.platformio/packages/toolchain-rp2040-earlephilhower/bin",
"internalConsoleOptions": "openOnSessionStart",
"svdPath": "/Users/kevinsanto/.platformio/platforms/raspberrypi/misc/svd/rp2350.svd",
"loadMode": "manual"
}
]
}