Debug a PlatformIO project using a specific configuration file

pio debug

  • Debug PlatformIO projects.
    More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_debug.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

pio debug --project-conf {{path/to/platformio.ini}}

click the source code to copy