bobbycar/controller_teensy/.vscode/launch.json

45 lines
1.9 KiB
JSON
Raw Normal View History

2023-09-17 17:18:27 +00:00
// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
//
2024-06-26 18:41:11 +00:00
// PlatformIO Debugging Solution
2023-09-17 17:18:27 +00:00
//
2024-06-26 18:41:11 +00:00
// Documentation: https://docs.platformio.org/en/latest/plus/debugging.html
// Configuration: https://docs.platformio.org/en/latest/projectconf/sections/env/options/debug/index.html
2023-09-17 17:18:27 +00:00
{
"version": "0.2.0",
"configurations": [
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug",
2024-06-26 18:41:11 +00:00
"executable": "/media/fisch/HDD/Projects/bobbycar/bobbycar_repo/controller_teensy/.pio/build/teensy41/firmware.elf",
"projectEnvName": "teensy41",
"toolchainBinDir": "/home/fisch/.platformio/packages/toolchain-gccarmnoneeabi-teensy/bin",
2023-09-17 17:18:27 +00:00
"internalConsoleOptions": "openOnSessionStart",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
}
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
2024-06-26 18:41:11 +00:00
"executable": "/media/fisch/HDD/Projects/bobbycar/bobbycar_repo/controller_teensy/.pio/build/teensy41/firmware.elf",
"projectEnvName": "teensy41",
"toolchainBinDir": "/home/fisch/.platformio/packages/toolchain-gccarmnoneeabi-teensy/bin",
"internalConsoleOptions": "openOnSessionStart"
2023-09-17 17:18:27 +00:00
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (without uploading)",
2024-06-26 18:41:11 +00:00
"executable": "/media/fisch/HDD/Projects/bobbycar/bobbycar_repo/controller_teensy/.pio/build/teensy41/firmware.elf",
"projectEnvName": "teensy41",
"toolchainBinDir": "/home/fisch/.platformio/packages/toolchain-gccarmnoneeabi-teensy/bin",
2023-09-17 17:18:27 +00:00
"internalConsoleOptions": "openOnSessionStart",
"loadMode": "manual"
}
]
}