48 lines
2.1 KiB
JSON
48 lines
2.1 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/bobbycar/bobbycar_repo/controller_teensy/.pio/build/teensy31/firmware.elf",
|
|
"projectEnvName": "teensy31",
|
|
"toolchainBinDir": "/home/fisch/.platformio/packages/toolchain-gccarmnoneeabi@1.50401.190816/bin",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"svdPath": "/home/fisch/.platformio/platforms/teensy/misc/svd/MK20D5.svd",
|
|
"preLaunchTask": {
|
|
"type": "PlatformIO",
|
|
"task": "Pre-Debug"
|
|
}
|
|
},
|
|
{
|
|
"type": "platformio-debug",
|
|
"request": "launch",
|
|
"name": "PIO Debug (skip Pre-Debug)",
|
|
"executable": "/media/fisch/HDD/Projects/bobbycar/bobbycar_repo/controller_teensy/.pio/build/teensy31/firmware.elf",
|
|
"projectEnvName": "teensy31",
|
|
"toolchainBinDir": "/home/fisch/.platformio/packages/toolchain-gccarmnoneeabi@1.50401.190816/bin",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"svdPath": "/home/fisch/.platformio/platforms/teensy/misc/svd/MK20D5.svd"
|
|
},
|
|
{
|
|
"type": "platformio-debug",
|
|
"request": "launch",
|
|
"name": "PIO Debug (without uploading)",
|
|
"executable": "/media/fisch/HDD/Projects/bobbycar/bobbycar_repo/controller_teensy/.pio/build/teensy31/firmware.elf",
|
|
"projectEnvName": "teensy31",
|
|
"toolchainBinDir": "/home/fisch/.platformio/packages/toolchain-gccarmnoneeabi@1.50401.190816/bin",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"svdPath": "/home/fisch/.platformio/platforms/teensy/misc/svd/MK20D5.svd",
|
|
"loadMode": "manual"
|
|
}
|
|
]
|
|
}
|