launch.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
  2. //
  3. // PlatformIO Debugging Solution
  4. //
  5. // Documentation: https://docs.platformio.org/en/latest/plus/debugging.html
  6. // Configuration: https://docs.platformio.org/en/latest/projectconf/sections/env/options/debug/index.html
  7. {
  8. "version": "0.2.0",
  9. "configurations": [
  10. {
  11. "type": "platformio-debug",
  12. "request": "launch",
  13. "name": "PIO Debug",
  14. "executable": "d:/GitRepo/HomeLamp/.pio/build/pico/firmware.elf",
  15. "projectEnvName": "pico",
  16. "toolchainBinDir": "C:/.platformio/packages/toolchain-gccarmnoneeabi/bin",
  17. "internalConsoleOptions": "openOnSessionStart",
  18. "svdPath": "C:/.platformio/platforms/raspberrypi/misc/svd/rp2040.svd",
  19. "preLaunchTask": {
  20. "type": "PlatformIO",
  21. "task": "Pre-Debug"
  22. }
  23. },
  24. {
  25. "type": "platformio-debug",
  26. "request": "launch",
  27. "name": "PIO Debug (skip Pre-Debug)",
  28. "executable": "d:/GitRepo/HomeLamp/.pio/build/pico/firmware.elf",
  29. "projectEnvName": "pico",
  30. "toolchainBinDir": "C:/.platformio/packages/toolchain-gccarmnoneeabi/bin",
  31. "internalConsoleOptions": "openOnSessionStart",
  32. "svdPath": "C:/.platformio/platforms/raspberrypi/misc/svd/rp2040.svd"
  33. },
  34. {
  35. "type": "platformio-debug",
  36. "request": "launch",
  37. "name": "PIO Debug (without uploading)",
  38. "executable": "d:/GitRepo/HomeLamp/.pio/build/pico/firmware.elf",
  39. "projectEnvName": "pico",
  40. "toolchainBinDir": "C:/.platformio/packages/toolchain-gccarmnoneeabi/bin",
  41. "internalConsoleOptions": "openOnSessionStart",
  42. "svdPath": "C:/.platformio/platforms/raspberrypi/misc/svd/rp2040.svd",
  43. "loadMode": "manual"
  44. }
  45. ]
  46. }