| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- // AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
- //
- // PlatformIO Debugging Solution
- //
- // Documentation: https://docs.platformio.org/en/latest/plus/debugging.html
- // Configuration: https://docs.platformio.org/en/latest/projectconf/sections/env/options/debug/index.html
- {
- "version": "0.2.0",
- "configurations": [
- {
- "type": "platformio-debug",
- "request": "launch",
- "name": "PIO Debug",
- "executable": "d:/GitRepo/HomeLamp/.pio/build/pico/firmware.elf",
- "projectEnvName": "pico",
- "toolchainBinDir": "C:/.platformio/packages/toolchain-gccarmnoneeabi/bin",
- "internalConsoleOptions": "openOnSessionStart",
- "svdPath": "C:/.platformio/platforms/raspberrypi/misc/svd/rp2040.svd",
- "preLaunchTask": {
- "type": "PlatformIO",
- "task": "Pre-Debug"
- }
- },
- {
- "type": "platformio-debug",
- "request": "launch",
- "name": "PIO Debug (skip Pre-Debug)",
- "executable": "d:/GitRepo/HomeLamp/.pio/build/pico/firmware.elf",
- "projectEnvName": "pico",
- "toolchainBinDir": "C:/.platformio/packages/toolchain-gccarmnoneeabi/bin",
- "internalConsoleOptions": "openOnSessionStart",
- "svdPath": "C:/.platformio/platforms/raspberrypi/misc/svd/rp2040.svd"
- },
- {
- "type": "platformio-debug",
- "request": "launch",
- "name": "PIO Debug (without uploading)",
- "executable": "d:/GitRepo/HomeLamp/.pio/build/pico/firmware.elf",
- "projectEnvName": "pico",
- "toolchainBinDir": "C:/.platformio/packages/toolchain-gccarmnoneeabi/bin",
- "internalConsoleOptions": "openOnSessionStart",
- "svdPath": "C:/.platformio/platforms/raspberrypi/misc/svd/rp2040.svd",
- "loadMode": "manual"
- }
- ]
- }
|