// 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": "/media/fisch/HDD/Projects/bobbycar/bobbycar_repo/controller_pio/.pio/build/genericSTM32F103C8/firmware.elf", "toolchainBinDir": "/home/fisch/.platformio/packages/toolchain-gccarmnoneeabi@1.70201.0/bin", "svdPath": "/home/fisch/.platformio/platforms/ststm32/misc/svd/STM32F103xx.svd", "preLaunchTask": { "type": "PlatformIO", "task": "Pre-Debug" }, "internalConsoleOptions": "openOnSessionStart" }, { "type": "platformio-debug", "request": "launch", "name": "PIO Debug (skip Pre-Debug)", "executable": "/media/fisch/HDD/Projects/bobbycar/bobbycar_repo/controller_pio/.pio/build/genericSTM32F103C8/firmware.elf", "toolchainBinDir": "/home/fisch/.platformio/packages/toolchain-gccarmnoneeabi@1.70201.0/bin", "svdPath": "/home/fisch/.platformio/platforms/ststm32/misc/svd/STM32F103xx.svd", "internalConsoleOptions": "openOnSessionStart" } ] }