flipdot/flipshifter/.vscode/launch.json

35 lines
1.3 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": "/media/fisch/HDD/Projects/flipdot/flipdot-eigenesrepo/flipshifter/.pio/build/d1_mini/firmware.elf",
"projectEnvName": "d1_mini",
"toolchainBinDir": "/home/fisch/.platformio/packages/toolchain-xtensa/bin",
"internalConsoleOptions": "openOnSessionStart",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
}
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "/media/fisch/HDD/Projects/flipdot/flipdot-eigenesrepo/flipshifter/.pio/build/d1_mini/firmware.elf",
"projectEnvName": "d1_mini",
"toolchainBinDir": "/home/fisch/.platformio/packages/toolchain-xtensa/bin",
"internalConsoleOptions": "openOnSessionStart"
}
]
}