launch.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  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": "c:/Users/johan/repos/lern-tracking-system/arduino/.pio/build/uno/firmware.elf",
  14. "projectEnvName": "uno",
  15. "toolchainBinDir": "C:/Users/johan/.platformio/packages/toolchain-atmelavr/bin",
  16. "preLaunchTask": {
  17. "type": "PlatformIO",
  18. "task": "Pre-Debug"
  19. },
  20. "internalConsoleOptions": "openOnSessionStart"
  21. },
  22. {
  23. "type": "platformio-debug",
  24. "request": "launch",
  25. "name": "PIO Debug (skip Pre-Debug)",
  26. "executable": "c:/Users/johan/repos/lern-tracking-system/arduino/.pio/build/uno/firmware.elf",
  27. "projectEnvName": "uno",
  28. "toolchainBinDir": "C:/Users/johan/.platformio/packages/toolchain-atmelavr/bin",
  29. "internalConsoleOptions": "openOnSessionStart"
  30. }
  31. ]
  32. }