Options (3)
-d, --project-dirbooleanDebug a specific PlatformIO project
Example:
pio debug {{[-d|--project-dir]}} {{path/to/platformio_project}}-e, --environmentbooleanDebug a specific environment
Example:
pio debug {{[-e|--environment]}} {{environment}}-c, --project-confbooleanDebug a PlatformIO project using a specific configuration file
Example:
pio debug {{[-c|--project-conf]}} {{path/to/platformio.ini}}Examples (5)
Debug the PlatformIO project in the current directory
Debug a specific PlatformIO project
pio debug [-d|--project-dir] path/to/platformio_projectDebug a specific environment
pio debug [-e|--environment] environmentDebug a PlatformIO project using a specific configuration file
pio debug [-c|--project-conf] path/to/platformio.inimade by @shridhargupta | data from tldr-pages