mirror of
https://github.com/LinoSchmidt/RoboterArm.git
synced 2026-03-21 02:31:16 +01:00
45 lines
1.7 KiB
JSON
45 lines
1.7 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": "d:/Projects/RoboterArm/.pio/build/leonardo/firmware.elf",
|
|
"projectEnvName": "leonardo",
|
|
"toolchainBinDir": "C:/Users/linos/.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": "d:/Projects/RoboterArm/.pio/build/leonardo/firmware.elf",
|
|
"projectEnvName": "leonardo",
|
|
"toolchainBinDir": "C:/Users/linos/.platformio/packages/toolchain-atmelavr/bin",
|
|
"internalConsoleOptions": "openOnSessionStart"
|
|
},
|
|
{
|
|
"type": "platformio-debug",
|
|
"request": "launch",
|
|
"name": "PIO Debug (without uploading)",
|
|
"executable": "d:/Projects/RoboterArm/.pio/build/leonardo/firmware.elf",
|
|
"projectEnvName": "leonardo",
|
|
"toolchainBinDir": "C:/Users/linos/.platformio/packages/toolchain-atmelavr/bin",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"loadMode": "manual"
|
|
}
|
|
]
|
|
}
|