// 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/dorian/Documents/git/ScStw/bluetooth-buzzer/.pio/build/esp32dev/firmware.elf", "projectEnvName": "esp32dev", "toolchainBinDir": "/home/dorian/.platformio/packages/toolchain-xtensa-esp32/bin", "internalConsoleOptions": "openOnSessionStart", "preLaunchTask": { "type": "PlatformIO", "task": "Pre-Debug" } }, { "type": "platformio-debug", "request": "launch", "name": "PIO Debug (skip Pre-Debug)", "executable": "/home/dorian/Documents/git/ScStw/bluetooth-buzzer/.pio/build/esp32dev/firmware.elf", "projectEnvName": "esp32dev", "toolchainBinDir": "/home/dorian/.platformio/packages/toolchain-xtensa-esp32/bin", "internalConsoleOptions": "openOnSessionStart" }, { "type": "platformio-debug", "request": "launch", "name": "PIO Debug (without uploading)", "executable": "/home/dorian/Documents/git/ScStw/bluetooth-buzzer/.pio/build/esp32dev/firmware.elf", "projectEnvName": "esp32dev", "toolchainBinDir": "/home/dorian/.platformio/packages/toolchain-xtensa-esp32/bin", "internalConsoleOptions": "openOnSessionStart", "loadMode": "manual" } ] }