midi_to_servo/miditest/.vscode/launch.json

32 lines
1.4 KiB
JSON
Raw Normal View History

2020-05-13 13:53:03 +00:00
// 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": "c:/Users/philipp.kramer/OneDrive - Akademie für Theater und Digitalität/Akademie/midi-arduino/hairless-midiserial/miditest/.pio/build/pro16MHzatmega328/firmware.elf",
"toolchainBinDir": "C:/Users/philipp.kramer/.platformio/packages/toolchain-atmelavr/bin",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
},
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "c:/Users/philipp.kramer/OneDrive - Akademie für Theater und Digitalität/Akademie/midi-arduino/hairless-midiserial/miditest/.pio/build/pro16MHzatmega328/firmware.elf",
"toolchainBinDir": "C:/Users/philipp.kramer/.platformio/packages/toolchain-atmelavr/bin",
"internalConsoleOptions": "openOnSessionStart"
}
]
}