-
Charles JAVERLIAT authoredUnverified12c609c1
launch.json 1.58 KiB
// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
// PIO Unified Debugger
//
// Documentation: https://docs.platformio.org/page/plus/debugging.html
// Configuration: https://docs.platformio.org/page/projectconf/section_env_debug.html
{
"version": "0.2.0",
"configurations": [
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug",
"executable": "/home/charles/Documents/Associatif/Clubelek/Robotique/Coupe de france/Programmation/control-panel/.pio/build/nucleo_f303k8/firmware.elf",
"projectEnvName": "nucleo_f303k8",
"toolchainBinDir": "/home/charles/.platformio/packages/toolchain-gccarmnoneeabi/bin",
"svdPath": "/home/charles/.platformio/platforms/ststm32/misc/svd/STM32F30x.svd",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
},
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "/home/charles/Documents/Associatif/Clubelek/Robotique/Coupe de france/Programmation/control-panel/.pio/build/nucleo_f303k8/firmware.elf",
"projectEnvName": "nucleo_f303k8",
"toolchainBinDir": "/home/charles/.platformio/packages/toolchain-gccarmnoneeabi/bin",
"svdPath": "/home/charles/.platformio/platforms/ststm32/misc/svd/STM32F30x.svd",
"internalConsoleOptions": "openOnSessionStart"
}
]
}