45 lines
1.8 KiB
JSON
45 lines
1.8 KiB
JSON
// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
|
|
//
|
|
// PlatformIO Debugging Solution
|
|
//
|
|
// Documentation: https://docs.platformio.org/en/latest/plus/debugging.html
|
|
// Configuration: https://docs.platformio.org/en/latest/projectconf/sections/env/options/debug/index.html
|
|
|
|
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "platformio-debug",
|
|
"request": "launch",
|
|
"name": "PIO Debug",
|
|
"executable": "/home/johannes/Dokumente/wss80/.pio/build/program_via_DiamexISP/firmware.elf",
|
|
"projectEnvName": "program_via_DiamexISP",
|
|
"toolchainBinDir": "/home/johannes/.platformio/packages/toolchain-atmelavr/bin",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"preLaunchTask": {
|
|
"type": "PlatformIO",
|
|
"task": "Pre-Debug (program_via_DiamexISP)"
|
|
}
|
|
},
|
|
{
|
|
"type": "platformio-debug",
|
|
"request": "launch",
|
|
"name": "PIO Debug (skip Pre-Debug)",
|
|
"executable": "/home/johannes/Dokumente/wss80/.pio/build/program_via_DiamexISP/firmware.elf",
|
|
"projectEnvName": "program_via_DiamexISP",
|
|
"toolchainBinDir": "/home/johannes/.platformio/packages/toolchain-atmelavr/bin",
|
|
"internalConsoleOptions": "openOnSessionStart"
|
|
},
|
|
{
|
|
"type": "platformio-debug",
|
|
"request": "launch",
|
|
"name": "PIO Debug (without uploading)",
|
|
"executable": "/home/johannes/Dokumente/wss80/.pio/build/program_via_DiamexISP/firmware.elf",
|
|
"projectEnvName": "program_via_DiamexISP",
|
|
"toolchainBinDir": "/home/johannes/.platformio/packages/toolchain-atmelavr/bin",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"loadMode": "manual"
|
|
}
|
|
]
|
|
}
|