arduino-toy-projects/arduino_02/.vscode/launch.json
2022-12-30 18:54:43 +01:00

45 lines
1.8 KiB
JSON

// 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": "/Users/gaugendre/Projects/arduino-toy-projects/arduino_02/.pio/build/uno/firmware.elf",
"projectEnvName": "uno",
"toolchainBinDir": "/Users/gaugendre/.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": "/Users/gaugendre/Projects/arduino-toy-projects/arduino_02/.pio/build/uno/firmware.elf",
"projectEnvName": "uno",
"toolchainBinDir": "/Users/gaugendre/.platformio/packages/toolchain-atmelavr/bin",
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (without uploading)",
"executable": "/Users/gaugendre/Projects/arduino-toy-projects/arduino_02/.pio/build/uno/firmware.elf",
"projectEnvName": "uno",
"toolchainBinDir": "/Users/gaugendre/.platformio/packages/toolchain-atmelavr/bin",
"internalConsoleOptions": "openOnSessionStart",
"loadMode": "manual"
}
]
}