1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- // 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": "/home/user/Schreibtisch/Projektarbeit/lern-tracking-system/.pio/build/uno/firmware.elf",
- "projectEnvName": "uno",
- "toolchainBinDir": "/home/user/.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": "/home/user/Schreibtisch/Projektarbeit/lern-tracking-system/.pio/build/uno/firmware.elf",
- "projectEnvName": "uno",
- "toolchainBinDir": "/home/user/.platformio/packages/toolchain-atmelavr/bin",
- "internalConsoleOptions": "openOnSessionStart"
- },
- {
- "type": "platformio-debug",
- "request": "launch",
- "name": "PIO Debug (without uploading)",
- "executable": "/home/user/Schreibtisch/Projektarbeit/lern-tracking-system/.pio/build/uno/firmware.elf",
- "projectEnvName": "uno",
- "toolchainBinDir": "/home/user/.platformio/packages/toolchain-atmelavr/bin",
- "internalConsoleOptions": "openOnSessionStart",
- "loadMode": "manual"
- }
- ]
- }
|