Files
muziekdoos/FW/leo_muziekdoos_sam51/.vscode/launch.json
2021-08-27 16:42:43 +02:00

37 lines
1.6 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/willem/Documents/PROJECTS/muziekdoos/FW/leo_muziekdoos_sam51/.pio/build/adafruit_feather_m4/firmware.elf",
"projectEnvName": "adafruit_feather_m4",
"toolchainBinDir": "/Users/willem/.platformio/packages/toolchain-gccarmnoneeabi/bin",
"internalConsoleOptions": "openOnSessionStart",
"svdPath": "/Users/willem/.platformio/platforms/atmelsam/misc/svd/ATSAMD51J19A.svd",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
}
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "/Users/willem/Documents/PROJECTS/muziekdoos/FW/leo_muziekdoos_sam51/.pio/build/adafruit_feather_m4/firmware.elf",
"projectEnvName": "adafruit_feather_m4",
"toolchainBinDir": "/Users/willem/.platformio/packages/toolchain-gccarmnoneeabi/bin",
"internalConsoleOptions": "openOnSessionStart",
"svdPath": "/Users/willem/.platformio/platforms/atmelsam/misc/svd/ATSAMD51J19A.svd"
}
]
}