12345678910111213141516171819202122232425262728293031323334 |
- // 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/johan/repos/lern-tracking-system/arduino/.pio/build/uno/firmware.elf",
- "projectEnvName": "uno",
- "toolchainBinDir": "C:/Users/johan/.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/johan/repos/lern-tracking-system/arduino/.pio/build/uno/firmware.elf",
- "projectEnvName": "uno",
- "toolchainBinDir": "C:/Users/johan/.platformio/packages/toolchain-atmelavr/bin",
- "internalConsoleOptions": "openOnSessionStart"
- }
- ]
- }
|