1234567891011121314151617181920212223242526272829303132 |
- // 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": "d:/sourceTree/ESP-1ch-Gateway/.pio/build/Gateway_21/firmware.elf",
- "toolchainBinDir": "C:/Users/maarten/.platformio/packages/toolchain-xtensa/bin",
- "preLaunchTask": {
- "type": "PlatformIO",
- "task": "Pre-Debug"
- },
- "internalConsoleOptions": "openOnSessionStart"
- },
- {
- "type": "platformio-debug",
- "request": "launch",
- "name": "PIO Debug (skip Pre-Debug)",
- "executable": "d:/sourceTree/ESP-1ch-Gateway/.pio/build/Gateway_21/firmware.elf",
- "toolchainBinDir": "C:/Users/maarten/.platformio/packages/toolchain-xtensa/bin",
- "internalConsoleOptions": "openOnSessionStart"
- }
- ]
- }
|