mirror of
https://github.com/Architeuthis-Flux/JumperlessV5.git
synced 2025-09-05 10:47:58 +00:00
60 lines
2.8 KiB
JSON
60 lines
2.8 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": "refresh Debug",
|
|
"executable": "/Users/kevinsanto/Documents/GitHub/JumperlessV5/RP23V50firmware/.pio/build/pico/firmware.elf",
|
|
"projectEnvName": "pico",
|
|
"toolchainBinDir": "/Users/kevinsanto/.platformio/packages/toolchain-rp2040-earlephilhower/bin",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"svdPath": "/Users/kevinsanto/.platformio/platforms/raspberrypi/misc/svd/rp2350.svd",
|
|
"preLaunchTask": "Refresh Debug",
|
|
"suppressMultipleSessionWarning": true
|
|
},
|
|
{
|
|
"type": "platformio-debug",
|
|
"request": "launch",
|
|
"name": "PIO Debug",
|
|
"executable": "/Users/kevinsanto/Documents/GitHub/JumperlessV5/RP23V50firmware/.pio/build/pico/firmware.elf",
|
|
"projectEnvName": "pico",
|
|
"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/pico/firmware.elf",
|
|
"projectEnvName": "pico",
|
|
"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/pico/firmware.elf",
|
|
"projectEnvName": "pico",
|
|
"toolchainBinDir": "/Users/kevinsanto/.platformio/packages/toolchain-rp2040-earlephilhower/bin",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"svdPath": "/Users/kevinsanto/.platformio/platforms/raspberrypi/misc/svd/rp2350.svd",
|
|
"loadMode": "manual"
|
|
}
|
|
]
|
|
}
|