You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.8 KiB
44 lines
1.8 KiB
// 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/christophe/Bureau/Prog/pySonnerie/arduino/.pio/build/uno/firmware.elf", |
|
"projectEnvName": "uno", |
|
"toolchainBinDir": "/home/christophe/.platformio/packages/toolchain-atmelavr/bin", |
|
"internalConsoleOptions": "openOnSessionStart", |
|
"preLaunchTask": { |
|
"type": "PlatformIO", |
|
"task": "Pre-Debug" |
|
} |
|
}, |
|
{ |
|
"type": "platformio-debug", |
|
"request": "launch", |
|
"name": "PIO Debug (skip Pre-Debug)", |
|
"executable": "/home/christophe/Bureau/Prog/pySonnerie/arduino/.pio/build/uno/firmware.elf", |
|
"projectEnvName": "uno", |
|
"toolchainBinDir": "/home/christophe/.platformio/packages/toolchain-atmelavr/bin", |
|
"internalConsoleOptions": "openOnSessionStart" |
|
}, |
|
{ |
|
"type": "platformio-debug", |
|
"request": "launch", |
|
"name": "PIO Debug (without uploading)", |
|
"executable": "/home/christophe/Bureau/Prog/pySonnerie/arduino/.pio/build/uno/firmware.elf", |
|
"projectEnvName": "uno", |
|
"toolchainBinDir": "/home/christophe/.platformio/packages/toolchain-atmelavr/bin", |
|
"internalConsoleOptions": "openOnSessionStart", |
|
"loadMode": "manual" |
|
} |
|
] |
|
}
|
|
|