launch.json 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. // AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
  2. // PIO Unified Debugger
  3. //
  4. // Documentation: https://docs.platformio.org/page/plus/debugging.html
  5. // Configuration: https://docs.platformio.org/page/projectconf/section_env_debug.html
  6. {
  7. "version": "0.2.0",
  8. "configurations": [
  9. {
  10. "type": "platformio-debug",
  11. "request": "launch",
  12. "name": "PIO Debug",
  13. "executable": "d:/sourceTree/ESP-1ch-Gateway/.pio/build/Gateway_21/firmware.elf",
  14. "toolchainBinDir": "C:/Users/maarten/.platformio/packages/toolchain-xtensa/bin",
  15. "preLaunchTask": {
  16. "type": "PlatformIO",
  17. "task": "Pre-Debug"
  18. },
  19. "internalConsoleOptions": "openOnSessionStart"
  20. },
  21. {
  22. "type": "platformio-debug",
  23. "request": "launch",
  24. "name": "PIO Debug (skip Pre-Debug)",
  25. "executable": "d:/sourceTree/ESP-1ch-Gateway/.pio/build/Gateway_21/firmware.elf",
  26. "toolchainBinDir": "C:/Users/maarten/.platformio/packages/toolchain-xtensa/bin",
  27. "internalConsoleOptions": "openOnSessionStart"
  28. }
  29. ]
  30. }